|
@@ -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) {
|