Commit 9220c442 by 冷斌

fix bug

parent 52c0477c
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
items: [] items: []
}, { }, {
title: "已取消", title: "已取消",
v: 'goods', v: 'goods ',
items: [] items: []
}] }]
}] }]
...@@ -194,11 +194,11 @@ ...@@ -194,11 +194,11 @@
}, },
methods: { methods: {
onTopTab: function (tab) { onTopTab: function (tab) {
this.tab = tab; this.innerTab = tab;
this.getList(); this.getList();
}, },
onInnerTab: function (tab) { onInnerTab: function (tab) {
this.innerTab = tab; this.tab = tab;
this.getList(); this.getList();
}, },
getList: function () { 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