Browse Source

鑫畅途收款结算

caojunjie 1 year ago
parent
commit
d7d03f5602

+ 5 - 3
src/views/tirePartsMall/financialManagement/collectionSettlement/index.vue

@@ -103,10 +103,11 @@ export default {
                 console.log(row,132)
                 console.log(column,133)
                 column[1].searchValue = value;
+                this.$refs.crud.dicInit()
             },
-          click: () => {
-            this.$refs.crud.dicInit()
-          },
+          // click: (e) => {
+          //   this.$refs.crud.dicInit()
+          // },
         }, {
             label: "结算日期",
             prop: "settlementDate",
@@ -282,6 +283,7 @@ export default {
       });
     },
     searchChange(params, done) {
+        // console.log(params,285)
         this.page.currentPage = 1;
       done();
       this.onLoad(this.page, params)