From 2fe7eb79670f8d9a64a501596b18c4e098278c89 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 17 三月 2025 11:50:59 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/flowable/task/myProcess/detail/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/flowable/task/myProcess/detail/index.vue b/src/views/flowable/task/myProcess/detail/index.vue index 12e1c8f..b8e9952 100644 --- a/src/views/flowable/task/myProcess/detail/index.vue +++ b/src/views/flowable/task/myProcess/detail/index.vue @@ -34,7 +34,7 @@ <el-popover placement="right-start" title="浠诲姟鏃ュ織" - width="600" + width="800" trigger="hover" > <div v-if="formDataObj.events.length > 0"> @@ -166,7 +166,7 @@ this.projectName = this.$route.query && this.$route.query.projectName; this.flowName = this.$route.query && this.$route.query.flowName; // 娴佺▼浠诲姟閲嶈幏鍙栧彉閲忚〃鍗� - this.processVariables( this.taskForm.taskId) + this.processVariables( this.taskForm.taskId, this.taskForm.procInsId) this.getFlowRecordList(this.taskForm.procInsId); }, methods: { @@ -204,11 +204,11 @@ }) }, /** 鑾峰彇娴佺▼鍙橀噺鍐呭 */ - processVariables(taskId) { + processVariables(taskId, processInsId) { if (taskId) { this.formLoading = true // 鎻愪氦娴佺▼鐢宠鏃跺~鍐欑殑琛ㄥ崟瀛樺叆浜嗘祦绋嬪彉閲忎腑鍚庣画浠诲姟澶勭悊鏃堕渶瑕佸睍绀� - flowTaskFormDetail(taskId).then(res => { + flowTaskFormDetail(processInsId, taskId).then(res => { this.formDataList = res.data if (this.formDataList && this.formDataList.length > 0) { this.$nextTick(() => { -- Gitblit v1.8.0