Commit e273c33d by 刘海龙

Merge branch 'master' of http://132.232.91.252:9999/ice/eduline

parents 1673b8e6 7afefe5d
...@@ -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.innerTab = tab; this.tab = tab;
this.getList(); this.getList();
}, },
onInnerTab: function (tab) { onInnerTab: function (tab) {
this.tab = tab; this.innerTab = 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