loulijun2021
2023-07-14 ef731b512cc3f9db6af0894444ecdb262f527ca6
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() {