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: {
clickTab(num) {
this.orderList = [];
this.receivingList = [];
this.issueList = [];
this.tabNum = num;
this.page = 1;
if (num == 1) {
@ -457,9 +459,11 @@ export default {
});
},
close() {
this.id = "";
this.show = false;
},
closeRecive() {
this.id = "";
this.showShoudao = false;
},
undone(val) {