From a4674a75bfffc500a049beafb74daaec50c8f87f Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期四, 17 七月 2025 17:46:06 +0800 Subject: [PATCH] 三保工单审批流程 --- src/views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue b/src/views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue index 906416d..9db4623 100644 --- a/src/views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue +++ b/src/views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue @@ -342,6 +342,7 @@ * @param record 涓婚〉闈㈠垪琛ㄨ璁板綍 */ async handleDetail(record) { + this.spinning = true this.model = {} this.detail.operatorMaintenanceList = this.detail.repairerMaintenanceList = [] this.handleTabToFirstTable() @@ -355,6 +356,7 @@ * @param record 涓婚〉闈㈠垪琛ㄨ璁板綍 */ recordDetail(record) { + this.spinning = true this.activeTabKey = 1 this.detail.operatorMaintenanceList = this.detail.repairerMaintenanceList = [] this.model = Object.assign({}, record) @@ -366,7 +368,6 @@ * @param record 涓婚〉闈㈠垪琛ㄨ璁板綍 */ getBasicInformationByApi(record) { - this.spinning = true const that = this getAction(this.url.queryById, { id: record.dataId }) .then(res => { @@ -505,7 +506,6 @@ //瑙勮寖閫夋嫨鍙樺寲 loadDetail(orderId) { - this.spinning = true getAction(this.url.detail, { orderId }) .then(res => { if (res.success) { -- Gitblit v1.9.3