Explorar o código

押金管理tab状态筛选

zhouhao %!s(int64=2) %!d(string=hai) anos
pai
achega
5c7cd28f09
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/deposit_home/refund_list.vue

+ 2 - 0
src/views/deposit_home/refund_list.vue

@@ -935,9 +935,11 @@ export default {
         status = 'OK'
       }
       data.examineStatus = status ? status : this.examine
+      data.dataStates=this.screenForm.dataStates.join(',')
       getDepositCountList({
         enginOrderType: this.enginOrderType,
         ...this.screenForm,
+        dataStates:this.screenForm.dataStates.join(','),
         examineStatus: status ? status : this.examine,
       }).then(res => {
         if (res.data) {