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 +++-
 src/views/basesetting/machine.vue |    7 -------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/views/basesetting/machine.vue b/src/views/basesetting/machine.vue
index 43c1e73..d03a7dc 100644
--- a/src/views/basesetting/machine.vue
+++ b/src/views/basesetting/machine.vue
@@ -211,13 +211,6 @@
             dataType: 'string',
           },
           {
-            label: '杞鏃堕棿锛堝皬鏃讹級',
-            prop: 'pollingHours',
-            type: 'input',
-            span: 12,
-            dataType: 'string',
-          },
-          {
             label: '绯荤粺鎺у埗',
             prop: 'controlSystem',
             type: 'select',
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