This commit is contained in:
闫世杰 2023-08-04 15:06:30 +08:00
parent 10549eb1f1
commit 33f501b8e0
1 changed files with 5 additions and 1 deletions

View File

@ -384,6 +384,8 @@ export default {
methods: { methods: {
clickTab(num) { clickTab(num) {
this.orderList = []; this.orderList = [];
this.receivingList = [];
this.issueList = [];
this.tabNum = num; this.tabNum = num;
this.page = 1; this.page = 1;
if (num == 1) { if (num == 1) {
@ -457,9 +459,11 @@ export default {
}); });
}, },
close() { close() {
this.id = "";
this.show = false; this.show = false;
}, },
closeRecive() { closeRecive() {
this.id = "";
this.showShoudao = false; this.showShoudao = false;
}, },
undone(val) { undone(val) {