Commit 6312d498 authored by ztf's avatar ztf

新建项目参数修改

parent 1dc89a32
...@@ -69,9 +69,9 @@ export default { ...@@ -69,9 +69,9 @@ export default {
delete this.form.extProgram delete this.form.extProgram
delete this.form.dxType delete this.form.dxType
const params = { const params = {
subTypeName: 'DxContextProject',
id: id, id: id,
extProgramProjectLinks: [{ extProgramProjectLinks: [{
subTypeName: 'DxContextProject',
operator: 'ADD', operator: 'ADD',
target: { target: {
dxType: 'project', dxType: 'project',
......
...@@ -4,29 +4,23 @@ export default { ...@@ -4,29 +4,23 @@ export default {
return { return {
projectMenus: [ projectMenus: [
{ {
disabled: false,
name: '计划', name: '计划',
id: this.$route.query.id,
icon: '/icons/dee-project/plan.png', icon: '/icons/dee-project/plan.png',
componentType: 'formConfig', componentType: 'formConfig',
formConfigType: 'page', formConfigType: 'page',
ifShow: true,
pageKey: '22c90a9f-0907-49ea-8f8d-d5234e93e0e6', pageKey: '22c90a9f-0907-49ea-8f8d-d5234e93e0e6',
children: [] children: []
}, },
{ {
name: '团队', name: '团队',
id: this.$route.query.id,
componentName: 'PlanTeam', componentName: 'PlanTeam',
icon: '/icons/dee-project/team.png', icon: '/icons/dee-project/team.png',
componentType: 'formConfig', componentType: 'formConfig',
formConfigType: 'page', formConfigType: 'page',
pageKey: 'f8e17790-5ab7-4c33-b6a1-33f07f87051f', pageKey: 'f8e17790-5ab7-4c33-b6a1-33f07f87051f'
disabled: false
}, },
{ {
name: '经费', name: '经费',
id: this.$route.query.id,
icon: '/icons/dee-project/baseline.png', icon: '/icons/dee-project/baseline.png',
componentType: 'formConfig', componentType: 'formConfig',
formConfigType: 'page', formConfigType: 'page',
...@@ -34,7 +28,6 @@ export default { ...@@ -34,7 +28,6 @@ export default {
}, },
{ {
name: '基线', name: '基线',
id: this.$route.query.id,
icon: '/icons/dee-project/baseline.png', icon: '/icons/dee-project/baseline.png',
componentType: 'formConfig', componentType: 'formConfig',
formConfigType: 'page', formConfigType: 'page',
...@@ -42,7 +35,6 @@ export default { ...@@ -42,7 +35,6 @@ export default {
}, },
{ {
name: '文档', name: '文档',
id: this.$route.query.id,
icon: '/icons/dee-project/baseline.png', icon: '/icons/dee-project/baseline.png',
componentType: 'formConfig', componentType: 'formConfig',
formConfigType: 'page' formConfigType: 'page'
...@@ -50,7 +42,6 @@ export default { ...@@ -50,7 +42,6 @@ export default {
}, },
{ {
name: '归档', name: '归档',
id: this.$route.query.id,
icon: '/icons/dee-project/baseline.png', icon: '/icons/dee-project/baseline.png',
componentType: 'formConfig', componentType: 'formConfig',
formConfigType: 'page' formConfigType: 'page'
......
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