|
@@ -179,7 +179,9 @@ export default {
|
|
|
this.form.loginName = ''
|
|
|
this.form.password = ''
|
|
|
this.form.org.childUserMaxNum = ''
|
|
|
- this.$refs.custList.resetForm()
|
|
|
+ if (this.itemId == '') {
|
|
|
+ this.$refs.custList.resetForm()
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
itemId (newValue, oldValue) {
|