From ef731b512cc3f9db6af0894444ecdb262f527ca6 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 14 七月 2023 08:30:08 +0800
Subject: [PATCH] 1.递交
---
src/views/deviceManager/deviceList.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/deviceManager/deviceList.vue b/src/views/deviceManager/deviceList.vue
index c863468..d7e326c 100644
--- a/src/views/deviceManager/deviceList.vue
+++ b/src/views/deviceManager/deviceList.vue
@@ -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