对接握手流程

This commit is contained in:
qq787203167
2022-04-26 18:00:51 +08:00
parent e3961af17d
commit 52ab6847f2
4 changed files with 19 additions and 12 deletions
@@ -191,8 +191,6 @@
} else {
this.userIds = []
}
console.log(this.userIds)
console.log(this.userName)
this.treeVisible = true
} else {
this.gData = []
@@ -123,7 +123,7 @@
},
{
title: this.$t('technicalField'),
dataIndex: 'technologyTerritory_dictText',
dataIndex: 'technologyTerritory',
align: 'center',
ellipsis: true
},
@@ -133,11 +133,17 @@
// align: 'center'
// },
{
title: this.$t('StandardImplementationDate'),
title: this.$t('ImplementationDate'),
dataIndex: 'xin1Che1Xing2Shi2Shi1Ri4Qi1',
align: 'center',
ellipsis: true
},
{
title: this.$t('vehicleInProductionDate'),
dataIndex: 'implementTime',
align: 'center',
ellipsis: true
},
{
title: this.$t('correspondingStandard'),
dataIndex: 'correspondingStandard',
@@ -115,21 +115,22 @@
},
{
title: this.$t('technicalField'),
dataIndex: 'technologyTerritory_dictText',
dataIndex: 'technologyTerritory',
align: 'center',
ellipsis: true
},
// {
// title: this.$t('functionalAreas'),
// dataIndex: 'functionalAreas',
// align: 'center'
// },
{
title: this.$t('StandardImplementationDate'),
title: this.$t('ImplementationDate'),
dataIndex: 'xin1Che1Xing2Shi2Shi1Ri4Qi1',
align: 'center',
ellipsis: true
},
{
title: this.$t('vehicleInProductionDate'),
dataIndex: 'implementTime',
align: 'center',
ellipsis: true
},
{
title: this.$t('correspondingStandard'),
dataIndex: 'correspondingStandard',
@@ -831,7 +831,9 @@
let query = {
type: 1,
msg: value,
taskAffirmDueDate: this.formInline.taskAffirmDueDate
projectNameId:this.$route.query.projectNameId,
projectName:this.$route.query.projectName,
taskAffirmDueDate: this.formInline.taskAffirmDueDate,
}
postAction('/workFlow/startProcess', query).then((res) => {
if (res.success) {