From 56e5c4574c47189adb81aa9cb0d162b55d0ddbef Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 07 六月 2024 13:58:01 +0800
Subject: [PATCH] 1.工艺SOP开发完成

---
 src/views/deviceManager/deviceList.vue |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/src/views/deviceManager/deviceList.vue b/src/views/deviceManager/deviceList.vue
index 050451f..b65696f 100644
--- a/src/views/deviceManager/deviceList.vue
+++ b/src/views/deviceManager/deviceList.vue
@@ -690,17 +690,18 @@
             group: '',
             description: ''
           }]
-          AddUpdateDeviceType(data, this.dialogClassForm.OperType).then(res => {
-            if (res.code === '200') {
-              this.$notify.success(this.operation === 'add' ? '娣诲姞鎴愬姛锛�' : '淇敼鎴愬姛锛�')
-              this.dialogClassVisible = false
-              this.$store.state.app.buttonIsDisabled = false
-              this.getDeviceTypeSearch()
-            } else {
-              this.$store.state.app.buttonIsDisabled = false
-              this.$notify.error(this.operation === 'add' ? '娣诲姞澶辫触锛�' : '淇敼澶辫触锛�')
-            }
-          })
+          AddUpdateDeviceType(data, this.dialogClassForm.OperType)
+            .then(res => {
+              if (res.code === '200') {
+                this.$notify.success(this.operation === 'add' ? '娣诲姞鎴愬姛锛�' : '淇敼鎴愬姛锛�')
+                this.dialogClassVisible = false
+                this.$store.state.app.buttonIsDisabled = false
+                this.getDeviceTypeSearch()
+              } else {
+                this.$store.state.app.buttonIsDisabled = false
+                this.$notify.error(this.operation === 'add' ? '娣诲姞澶辫触锛�' : '淇敼澶辫触锛�')
+              }
+            })
         }
       })
     },

--
Gitblit v1.9.3