From 52a389bbeabd46ff6b47b9246f5aa63171b90d0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Thu, 18 May 2023 15:40:43 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E6=B8=85?=
=?UTF-8?q?=E5=8D=95=E9=87=8D=E6=96=B0=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/circulationHistory.vue | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
index 86e129011..c06a8c737 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
@@ -42,14 +42,14 @@
-
+
{{text}}
{{text}}
-
-
-
+
+
+
@@ -210,10 +210,13 @@
methods: {
getList() {
let query = {
- actiProcInstId: this.queryProject.actiProcInstId || this.queryProject.prcId
+ actiProcInstId: this.queryProject.actiProcInstId || this.queryProject.prcId,
+ flowType: this.queryProject.flowType,
+ projectLawsInventoryId: this.queryProject.projectTaskInventoryId
}
this.loading = true
- getAction('/wkflow/processHistoryEO/list', query).then((res) => {
+ // /wkflow/processHistoryEO/list
+ getAction('/wkflow/processHistoryEO/queryComplianceProcessHistoryList', query).then((res) => {
if (res.success) {
this.dataSource = res.result || []
if (this.dataSource.length > 0) {