This commit is contained in:
parent
10549eb1f1
commit
33f501b8e0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue