Commit f3268cab authored by xioln's avatar xioln

行动项信息查看

parent 5a44b68a
...@@ -56,10 +56,17 @@ export default { ...@@ -56,10 +56,17 @@ export default {
this.tabs = [{ title: '基本信息', key: 'baseInfo' }] this.tabs = [{ title: '基本信息', key: 'baseInfo' }]
this.activeTab = 'baseInfo' this.activeTab = 'baseInfo'
await this.getIstartFormData() await this.getIstartFormData()
} else if (['ExtActionItem', 'ExtActionInfo'].includes(this.$route.query.dxClassname)) { } else if (['ExtActionItem'].includes(this.$route.query.dxClassname)) {
this.tabs = [
{ title: '基本信息', key: 'baseInfo' }
]
this.activeTab = 'baseInfo'
await this.getFormData()
await this.getForm()
} else if (['ExtActionInfo'].includes(this.$route.query.dxClassname)) {
this.tabs = [ this.tabs = [
{ title: '基本信息', key: 'baseInfo' }, { title: '基本信息', key: 'baseInfo' },
{ title: '行动项信息', key: 'ActionItem' } { title: '行动项条目', key: 'ActionItem' }
] ]
this.activeTab = 'baseInfo' this.activeTab = 'baseInfo'
await this.getFormData() await this.getFormData()
......
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