8/23 优化

20240912_adapter_z
wangwei 8 months ago
parent 5febc6afd4
commit e4bd8dd8f9

@ -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

Loading…
Cancel
Save