|
|
@ -585,7 +585,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
findWorkPlace(_this, val) {
|
|
|
|
findWorkPlace(_this, val) {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
invCode: _this.$store.getters.locInvCode,
|
|
|
|
chargeUser: _this.$store.getters.adminId,
|
|
|
|
key: val,
|
|
|
|
key: val,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 10,
|
|
|
|
limit: 10,
|
|
|
@ -613,6 +613,7 @@ export default {
|
|
|
|
this.queryList = re.data.queryList;
|
|
|
|
this.queryList = re.data.queryList;
|
|
|
|
this.fromList = re.data.fromList;
|
|
|
|
this.fromList = re.data.fromList;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
this.findWorkPlace(this,"");
|
|
|
|
});
|
|
|
|
});
|
|
|
|
this.filterQuery.tagStatus = this.tagStatus
|
|
|
|
this.filterQuery.tagStatus = this.tagStatus
|
|
|
|
|
|
|
|
|
|
|
|