Commit 5e50912f by 陈超

A

parent e5cc37fa
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
methods: { methods: {
onChange: function(tab) { onChange: function(tab) {
this.tab = tab this.tab = tab
let opt = that.options[that.tab] let opt = this.options[that.tab]
if(opt.items.length == 0) { if(opt.items.length == 0) {
this.onLoad() this.onLoad()
} }
......
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