[update 90109] 解读流程加签更新人员信息
This commit is contained in:
+9
-4
@@ -105,7 +105,7 @@
|
||||
</div>
|
||||
<!-- 人员信息 -->
|
||||
<div v-show="switchValue === 'user'" class="detail-page-scroll-content p-0">
|
||||
<process-detail-list :processKey="processKey">
|
||||
<process-detail-list :processKey="processKey" ref="processDetailList">
|
||||
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeId" :currentNodeArr="currentNodeArr"></personnel-info>
|
||||
</process-detail-list>
|
||||
</div>
|
||||
@@ -592,15 +592,20 @@ export default {
|
||||
processAddSign(params).then(res => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
// 加签完成更新人员信息
|
||||
this.getPersonInfoStructure(this.processKey, () => {
|
||||
// 人员信息都不可选择
|
||||
this.initPersonInfoData(false)
|
||||
})
|
||||
// 刷新审批列表
|
||||
this.$refs.processDetailList.loadData()
|
||||
} else {
|
||||
this.$message.warn(res.message)
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false
|
||||
}).finally(() => {
|
||||
setTimeout(() => {
|
||||
this.loading = false
|
||||
}, 1000)
|
||||
this.loading = false
|
||||
})
|
||||
},
|
||||
// 转办
|
||||
|
||||
Reference in New Issue
Block a user