791d0258 by xiaomiao

补录信息表单

1 parent ef56ffcc
......@@ -209,6 +209,12 @@ export default {
},
//切换选项卡内容组件
getFromRouter (tabname) {
for (let item of this.tabList) {
if (item.value === tabname) {
this.currentSelectTab = item
break;
}
}
this.componentTag = getForm(tabname, this.$route.query.sqywbm);
}
},
......