修改bug

ywj_dev
wangwei 2 years ago
parent e16bac071e
commit ad1d03df92

@ -690,7 +690,6 @@ export default {
} }
this.filterQuery.page = 1; this.filterQuery.page = 1;
this.filterQuery.supInoivceSearch=null;
this.getList(); this.getList();
}, },
hideSearch() { hideSearch() {

@ -266,7 +266,7 @@ export default {
}, },
getInvList() { getInvList() {
let query = { let query = {
advanceType: true, advanceType: 2,
}; };
getInvListByUser(query) getInvListByUser(query)
.then((response) => { .then((response) => {

Loading…
Cancel
Save