小小儁爺
2026-03-13 217e6456835927d5da7d385056c0062da7436041
src/views/deviceManager/checkStandard.vue
@@ -755,6 +755,10 @@
        return this.$message.info('设备关联点检项信息不能为空!')
      }
      if (this.tableDataDialog.filter(i => !i.checkitem_code).length > 0) {
        return this.$message.info('设备关联点检项信息不能为空!')
      }
      this.$refs.dialogForm.validate(valid => {
        if (valid) {
          this.$store.state.app.buttonIsDisabled = true