修改bug

prod
wangwei 2 years ago
parent 96e19aa1fc
commit c922017aa6

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

Loading…
Cancel
Save