tangning 8 月之前
父节点
当前提交
bb1a7a08b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/case/addCaseModal.vue

+ 1 - 1
src/views/case/addCaseModal.vue

@@ -206,7 +206,7 @@
       });
       function getRowSelection(record) {
         return {
-        disabled: !(record.status == 1 || record.status == -2), // Column configuration not to be checked
+        disabled: record.inCase || !(record.status == 1 || record.status == -2), // Column configuration not to be checked
         name: record.name,}
        }
       function onSelectChange(selectedRowKeys: any, selectedRows: any) {