From e563871312e934fedf153c4b83ca5ba3b147c36c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 17 一月 2025 11:47:42 +0800 Subject: [PATCH] 流程推进详情,办理按钮的权限判断完善,转办传递项目id、流程实例id --- src/views/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 42b2dd7..014312b 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -79,7 +79,7 @@ :countExceptionProjectData="countExceptionProjectData" /> </div> - <!-- 浠e姙浜嬮」 --> + <!-- 寰呭姙浜嬮」 --> <div class="flex"> <div class="flex_card"> <el-card> @@ -208,7 +208,6 @@ this.queryParams.endTime = this.timeMerge[1]; }, handleQuery() { - console.log(this.queryParams); const obj = { startDate: this.queryParams.startTime, endDate: this.queryParams.endTime, -- Gitblit v1.8.0