Browse Source

bug修复【ID1007725】

chenrui 4 năm trước cách đây
mục cha
commit
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) {