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