新增报修单模块切换仓库后点击重置,仓库下拉框信息不会重置

20231126-yw
黄泽腾 2 years ago
parent f858688cf6
commit 8e271c0795

@ -276,7 +276,8 @@ export default {
page: 1, page: 1,
limit: 20 limit: 20
}; };
this.getList(); // this.getList();
this.getDeptList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -301,7 +301,8 @@ export default {
page: 1, page: 1,
limit: 20 limit: 20
}; };
this.getList(); // this.getList();
this.getDeptList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -287,8 +287,10 @@ export default {
page: 1, page: 1,
limit: 20 limit: 20
}; };
this.getList(); // this.getList();
this.getDeptList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;
this.getList(); this.getList();

Loading…
Cancel
Save