Browse Source

bug 修复

lilei 3 years ago
parent
commit
7116675728
2 changed files with 3 additions and 1 deletions
  1. 1 1
      public/version.json
  2. 2 0
      src/views/common/custList.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1655793822777
+  "version": 1655795137299
 }

+ 2 - 0
src/views/common/custList.vue

@@ -79,6 +79,7 @@ export default {
       })
     },
     handleChange (value) {
+      console.log('handleChange', value)
       if (value && value.key) {
         const ind = this.data.findIndex(item => item.customerName == value.key)
         value.row = ind != -1 ? this.data[ind] : undefined
@@ -93,6 +94,7 @@ export default {
     },
     resetForm () {
       this.dealerName = undefined
+      this.setData(undefined)
     },
     setData (value) {
       Object.assign(this, {