Commit 9220c442 by 冷斌

fix bug

parent 52c0477c
......@@ -142,7 +142,7 @@
items: []
}, {
title: "已取消",
v: 'goods',
v: 'goods ',
items: []
}]
}]
......@@ -194,11 +194,11 @@
},
methods: {
onTopTab: function (tab) {
this.tab = tab;
this.innerTab = tab;
this.getList();
},
onInnerTab: function (tab) {
this.innerTab = tab;
this.tab = tab;
this.getList();
},
getList: function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment