From a5a27e231cb2aa2c2a045df11ad90e5eda547ae9 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 05 十一月 2024 18:11:59 +0800
Subject: [PATCH] 密级传参问题,以及同步整合代码

---
 Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/businessType/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/businessType/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/businessType/index.vue
index 70f5973..646a7e6 100644
--- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/businessType/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/businessType/index.vue
@@ -1022,7 +1022,7 @@
       if (this.nodeRow.id === 'topNode') {
         this.$message.error('璇烽�夋嫨瀛愯妭鐐硅繘琛屼慨鏀�')
         return;
-      }debugger;
+      }
       this.form = {...this.nodeRow};
       this.form.inputRevisionFlag = JSON.parse(this.form.inputRevisionFlag); // 瀛楃涓瞗alse杞崲涓哄竷灏斿��
       // this.form.fName = this.nodeRow.id === 'topNode' ? "" : this.nodeRow.id;

--
Gitblit v1.9.3