小小儁爺
2026-03-19 c4f9bd78eddffb42b591990d80125a7655c16a98
src/views/deviceManager/maintainStandard.vue
@@ -715,6 +715,10 @@
        return this.$message.info('设备关联保养项信息不能为空!')
      }
      if (this.tableDataDialog.filter(i => !i.repairitem_code).length > 0) {
        return this.$message.info('设备关联保养项信息不能为空!')
      }
      this.$refs.dialogForm.validate(valid => {
        if (valid) {
          this.$store.state.app.buttonIsDisabled = true