Commit b0cf2170 by 冷斌

fix bug

parent f413126a
...@@ -216,6 +216,10 @@ ...@@ -216,6 +216,10 @@
if(this.tab == 0) { if(this.tab == 0) {
return f.length > 0 ? f[0].id : '' return f.length > 0 ? f[0].id : ''
} }
if(this.tab == 1) {
return f.length > 0 ? f[0].id : ''
}
} }
}, },
methods: { methods: {
......
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