修改bug

prod
wangwei 2 years ago
parent 96e19aa1fc
commit c922017aa6

@ -179,7 +179,8 @@ export default {
selectUserQuery: {
code: null,
page: 1,
limit: 10
limit: 10,
parentId:""
},
userFormVisible: false,
userloading: false,
@ -223,6 +224,7 @@ export default {
addUser() { //
this.currentCode = this.inputQuery.code;
this.userFormVisible = true;
this.selectUserQuery.parentId=this.inputQuery.parentId;
this.selectUserQuery.code = this.inputQuery.code;
this.selectUserQuery.page = 1;
for(var i=0;i<this.userData.length;i++){

Loading…
Cancel
Save