From e57e645d24a89adb3391be16f6948b292183fa04 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 11 二月 2025 14:02:07 +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 ce9cef0..ca06721 100644 --- a/src/views/flowable/task/myProcess/detail/index.vue +++ b/src/views/flowable/task/myProcess/detail/index.vue @@ -153,13 +153,13 @@ this.flowName = this.$route.query && this.$route.query.flowName; // 娴佺▼浠诲姟閲嶈幏鍙栧彉閲忚〃鍗� this.processVariables( this.taskForm.taskId) - this.getFlowRecordList(this.taskForm.procInsId, this.taskForm.deployId); + this.getFlowRecordList(this.taskForm.procInsId); }, methods: { handleClick(tab, event) { if (tab.name === '3'){ this.imgLoading = true - flowXmlAndNode({procInsId:this.taskForm.procInsId,deployId:this.taskForm.deployId}).then(res => { + flowXmlAndNode({processInsId:this.taskForm.procInsId,deployId:this.taskForm.deployId}).then(res => { this.imgLoading = false this.flowData = res.data; }) @@ -180,9 +180,9 @@ } }, /** 娴佺▼娴佽浆璁板綍 */ - getFlowRecordList(procInsId, deployId) { + getFlowRecordList(procInsId) { const that = this - const params = {procInsId: procInsId, deployId: deployId} + const params = {procInsId: procInsId} flowRecord(params).then(res => { that.flowRecordList = res.data.flowList; }).catch(res => { -- Gitblit v1.8.0