From 1fc68b33af77ea086aa62757da21d03155d7ac38 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 24 三月 2025 11:40:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/views/projectEngineering/abnormalProject/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/projectEngineering/abnormalProject/index.vue b/src/views/projectEngineering/abnormalProject/index.vue
index a401857..a5cd255 100644
--- a/src/views/projectEngineering/abnormalProject/index.vue
+++ b/src/views/projectEngineering/abnormalProject/index.vue
@@ -321,7 +321,8 @@
queryParams: {
pageNum: 1,
pageSize: 10,
- projectCategory: '5',
+ projectPhase: '',
+ exe: 1,
projectName: null,
projectCode: null,
projectStartTime: null,
@@ -447,7 +448,6 @@
/** 鏌ヨ椤圭洰绠$悊鍩虹淇℃伅鍒楄〃 */
getList() {
this.loading = true;
- this.queryParams.projectCategory = '5';
if (this.timeRange) {
this.queryParams.projectStartTime = this.timeRange[0]
this.queryParams.projectEndTime = this.timeRange[1]
--
Gitblit v1.8.0