diff --git a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue index 2ab2a21..957d6e2 100644 --- a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue +++ b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue @@ -105,7 +105,7 @@
- +
@@ -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 }) }, // 转办