From 8c9f4f20341274df1c2326a1ce7fbc59770afc65 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期日, 02 三月 2025 23:45:41 +0800
Subject: [PATCH] Merge branch 'dev'

---
 src/views/projectProcess/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/projectProcess/index.vue b/src/views/projectProcess/index.vue
index 93aafd2..355ffda 100644
--- a/src/views/projectProcess/index.vue
+++ b/src/views/projectProcess/index.vue
@@ -467,6 +467,7 @@
       this.loading = true;
       getProjectProcess(this.queryParams).then(response => {
         this.projectInfoList = response.data;
+        console.log(this.projectInfoList)
         this.total = response.total;
         this.loading = false;
       });

--
Gitblit v1.8.0