From 8ff18ada93d1e3a6174a28f9339bec8221f03e6a Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 12 八月 2024 19:09:51 +0800
Subject: [PATCH] 1.生产加工单  批量派发功能优化

---
 src/views/deviceManager/deviceList.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/deviceManager/deviceList.vue b/src/views/deviceManager/deviceList.vue
index c863468..e8aa798 100644
--- a/src/views/deviceManager/deviceList.vue
+++ b/src/views/deviceManager/deviceList.vue
@@ -681,7 +681,7 @@
 import { getCookie } from '@/utils/auth'
 
 export default {
-  name: 'SBQD',
+  name: 'DeviceList',
   components: {
     Pagination, ImportPicker, TableColumnSettings
   },
@@ -1016,7 +1016,7 @@
     async edit(operation, row) {
       this.operation = operation
       this.dialogVisible = true
-      await this.devicetypecodeChange(row.eqptype_code)
+      // await this.devicetypecodeChange(row.eqptype_code)
       await this.workshopcodeChange(row.wksp_code)
       this.$nextTick(() => {
         this.dialogForm.id = row.id
@@ -1247,9 +1247,9 @@
           this.DeviceGroupArray.splice(index, 1)
         }
       })
-      if (this.form.DeviceType !== '') {
-        this.deviceTypeChange(this.form.DeviceType)
-      }
+      // if (this.form.DeviceType !== '') {
+      //   this.deviceTypeChange(this.form.DeviceType)
+      // }
     },
     // 鏂板
     addDeviceGroup() {

--
Gitblit v1.9.3