@@ -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'
})