Commit c8339dda authored by leon's avatar leon

fix: tab components refresh

parent f3f00306
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
watch: { watch: {
'elementInfo.child.index': { 'elementInfo.child.index': {
handler(newVal) { handler(newVal) {
if (newVal.length) this.tabsValueChange() this.tabsValueChange()
}, },
immediate: true immediate: true
} }
......
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