[update] 修改bug87639加签后刷新审批记录表

This commit is contained in:
lideqin
2024-07-29 14:26:37 +08:00
parent 39d64f1a5e
commit 82c54a69bd
3 changed files with 12 additions and 6 deletions
@@ -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)
}