补录信息表单
Showing
2 changed files
with
6 additions
and
0 deletions
This diff is collapsed.
Click to expand it.
... | @@ -209,6 +209,12 @@ export default { | ... | @@ -209,6 +209,12 @@ export default { |
209 | }, | 209 | }, |
210 | //切换选项卡内容组件 | 210 | //切换选项卡内容组件 |
211 | getFromRouter (tabname) { | 211 | getFromRouter (tabname) { |
212 | for (let item of this.tabList) { | ||
213 | if (item.value === tabname) { | ||
214 | this.currentSelectTab = item | ||
215 | break; | ||
216 | } | ||
217 | } | ||
212 | this.componentTag = getForm(tabname, this.$route.query.sqywbm); | 218 | this.componentTag = getForm(tabname, this.$route.query.sqywbm); |
213 | } | 219 | } |
214 | }, | 220 | }, | ... | ... |
-
Please register or sign in to post a comment