From d848889b1326a4a790b68655d3628ed120661da6 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期四, 31 七月 2025 11:52:52 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index 5d1694e..c7f98c6 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -645,7 +645,7 @@
           this.tabsForm.nodeTypeName = item.dictValue;
         }
       })
-      if(this.tabsForm.nodeType < 70) {
+      if(this.tabsForm.nodeType != 70) {
         this.tabsOption = this.tabsOption1;
       }else {
         this.tabsOption = this.tabsOption2;
@@ -715,6 +715,8 @@
       })
     },
     showAdd (row) {  //鏂板瀛愯妭鐐�
+      console.log(this.nodeTypeList,111)
+      console.log(this.nodeTypeList[0].dictKey,222)
       if(!row) {
         this.modalTitle = "鏂板鏍硅妭鐐�";
         this.modalForm.nodeType = "10";

--
Gitblit v1.9.3