zhangyuewww 3 rokov pred
rodič
commit
ed5d60d8d3

+ 3 - 0
src/views/houseSelfCollect/customerManagementAdd.vue

@@ -300,6 +300,7 @@
       this.switchType = this.$route.query.types
       if (this.$route.query.types == null) {
         this.switchType = 1
+        this.trader = '新增'
         this.imageUrl1 = ''
         this.imageUrl2 = ''
         this.imageUrl3 = ''
@@ -401,6 +402,8 @@
       cancel() {
         this.customerList = {}
         this.verifyCode = ''
+        this.disabled = false
+        this.trader = ''
         this.$router.push({
           path: 'customerManagement'
         })