Преглед на файлове

修改退押列表搜索状态

zhouhao преди 2 години
родител
ревизия
f2cb1ea714
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      src/views/deposit_home/refund_list.vue

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

@@ -867,6 +867,7 @@ export default {
       if (v) {
         this.screenForm.dataStates = []
       }
+      this.screenForm.examineStatus =''
       this.examine = v
       this.getDataList({
         pageSize: this.pageSize,
@@ -934,13 +935,13 @@ export default {
       if (this.examine == 'AMEND' || this.examine == 'WAIT_REVIEW' || this.examine == 'REVIEW') {
         status = 'OK'
       }
-      data.examineStatus = status ? status : this.examine
+      data.examineStatus = status ? status : this.screenForm.examineStatus ||this.examine
       data.dataStates=this.screenForm.dataStates.join(',')
       getDepositCountList({
         enginOrderType: this.enginOrderType,
         ...this.screenForm,
         dataStates:this.screenForm.dataStates.join(','),
-        examineStatus: status ? status : this.examine,
+        examineStatus: status ? status :this.screenForm.examineStatus|| this.examine,
       }).then(res => {
         if (res.data) {
           this.numSum = res.data