[add] 市场清单发布流程
This commit is contained in:
+3
-6
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user