Qukatie 1 år sedan
förälder
incheckning
4197efabd9

+ 1 - 1
src/views/tirePartsMall/statisticAnalysis/generalLedgerPayable/index.vue

@@ -249,7 +249,7 @@ export default {
     gainUser().then(res => {
       this.userList = res.data.data;
     });
-
+    this.search=this.deepClone(this.search)
     // let i = 0;
     // this.option.column.forEach(item => {
     //   if (item.search) i++

+ 1 - 5
src/views/tirePartsMall/statisticAnalysis/generalLedgerReceivable/index.vue

@@ -248,11 +248,7 @@ export default {
     gainUser().then(res => {
       this.userList = res.data.data;
     });
-    this.key++
-    let i = 0;
-    this.option.column.forEach(item => {
-      if (item.search) i++
-    })
+    this.search=this.deepClone(this.search)
   },
   methods: {
     cellStyle() {

+ 1 - 1
src/views/tirePartsMall/statisticAnalysis/profitLedger/index.vue

@@ -245,7 +245,7 @@ export default {
     gainUser().then(res => {
       this.userList = res.data.data;
     });
-
+    this.search=this.deepClone(this.search)
     // let i = 0;
     // this.option.column.forEach(item => {
     //   if (item.search) i++