From c78889e71d16d26c03ff59746db47c6d4d2b98e0 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 03 三月 2025 20:41:25 +0800
Subject: [PATCH] Merge branch 'master' into dev

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

diff --git a/src/views/projectProcess/index.vue b/src/views/projectProcess/index.vue
index 8e88d59..84fc791 100644
--- a/src/views/projectProcess/index.vue
+++ b/src/views/projectProcess/index.vue
@@ -412,9 +412,9 @@
       this.nowProcessInsId = row.processInsId ? row.processInsId : '';
       const numericPattern = /^\d+(\.\d+)?$/;
       if (numericPattern.test(row.id)) {
-        this.projectType = "ENGINEERING"
-      } else {
         this.projectType = "PROJECT"
+      } else {
+        this.projectType = "ENGINEERING"
       }
       // // 闃叉锛歩d娌″彉涓嶈Е鍙戠洃鍚�
       // this.$refs.runProcess.setSelect(row.flowableProcessId);

--
Gitblit v1.8.0