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) {