Explorar o código

bug修复【ID1007725】

chenrui %!s(int64=4) %!d(string=hai) anos
pai
achega
5aadbbba3b

+ 6 - 0
src/views/dealerManagement/dealerAccountManagement/editModal.vue

@@ -172,6 +172,12 @@ export default {
     isShow (newValue, oldValue) {
       if (!newValue) {
         this.$emit('close')
+        this.form.tenantSn = ''
+        this.form.name = ''
+        this.form.phone = ''
+        this.form.loginName = ''
+        this.form.password = ''
+        this.form.org.childUserMaxNum = ''
       }
     },
     itemId (newValue, oldValue) {