[add] 市场清单发布流程

This commit is contained in:
lideqin
2024-06-24 17:52:58 +08:00
parent 1b23b4bcc3
commit 53e2ea1e93
11 changed files with 1001 additions and 9 deletions
@@ -77,7 +77,7 @@
</div>
<!-- 人员信息 -->
<div v-show="switchValue === 'user'" class="detail-page-scroll-content p-0">
<process-detail-list :processKey="ProcessKey.ES_ARCHIVE.value">
<process-detail-list :processKey="ProcessKey.NEW_REGULATIONS_IMPORT.value">
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeId" :notPermissField="['relatedUserList']"></personnel-info>
</process-detail-list>
</div>
@@ -188,7 +188,7 @@ export default {
// 说明是已发起流程
this.currentNodeName = this.$route.query.taskName
} else {
this.currentNodeName = '发起人发起'
this.currentNodeName = '法规工程师发起'
}
},
data () {
@@ -235,10 +235,7 @@ export default {
},
formInline: {},
approvalInfoForm: this.$form.createForm(this), // 审批信息表单
personnelInfoData: [],
url: {
list: '' // 人员信息的右侧表格获取接口
}
personnelInfoData: []
}
},
methods: {