|
|
@ -227,14 +227,13 @@ export default {
|
|
|
|
code: code
|
|
|
|
code: code
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.$set(this.inputQuery, "entrustUser","");
|
|
|
|
// this.$set(this.inputQuery, "entrustUser","");
|
|
|
|
this.$set(this.inputQuery, "entrustAction","");
|
|
|
|
// this.$set(this.inputQuery, "entrustAction","");
|
|
|
|
this.$forceUpdate();
|
|
|
|
this.$forceUpdate();
|
|
|
|
//加载用户数据
|
|
|
|
//加载用户数据
|
|
|
|
warehouseUserList(query).then((res) => {
|
|
|
|
warehouseUserList(query).then((res) => {
|
|
|
|
this.entrustUserArray=[];
|
|
|
|
this.entrustUserArray=[];
|
|
|
|
this.entrustUserArray = res.data;
|
|
|
|
this.entrustUserArray = res.data;
|
|
|
|
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
}).catch((error) => {
|
|
|
|
this.$message.error("用户数据加载失败")
|
|
|
|
this.$message.error("用户数据加载失败")
|
|
|
|
});
|
|
|
|
});
|
|
|
|