[update] 修改bug87639加签后刷新审批记录表
This commit is contained in:
+3
-1
@@ -93,7 +93,7 @@
|
||||
</div>
|
||||
<!-- 人员信息 -->
|
||||
<div v-show="switchValue === 'user'" class="detail-page-scroll-content p-0">
|
||||
<process-detail-list :processKey="ProcessKey.NEW_REGULATIONS_IMPORT.value">
|
||||
<process-detail-list ref="processDetailList" :processKey="ProcessKey.NEW_REGULATIONS_IMPORT.value">
|
||||
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeId" :notPermissField="['relatedUserList']"></personnel-info>
|
||||
</process-detail-list>
|
||||
</div>
|
||||
@@ -481,6 +481,8 @@ export default {
|
||||
// 人员信息都不可选择
|
||||
this.initPersonInfoData(false)
|
||||
})
|
||||
// 刷新审批列表
|
||||
this.$refs.processDetailList.loadData()
|
||||
} else {
|
||||
this.$message.warning(res.message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user