From 546db5a970c60780b03dce70342a281086f47f7e Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 20 Sep 2024 12:35:41 +0800 Subject: [PATCH] =?UTF-8?q?[update=2090109]=20=E8=A7=A3=E8=AF=BB=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=8A=A0=E7=AD=BE=E6=9B=B4=E6=96=B0=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StandardInterpretationProcess.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 }) }, // 转办