小小儁爺
2026-05-06 d149f4806af2f91669f27737a179bb15278e01bd
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