jwyu 1 년 전
부모
커밋
13d562ed7d
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/dataEntry_manage/databaseComponents/batchComputedV2.vue

+ 3 - 1
src/views/dataEntry_manage/databaseComponents/batchComputedV2.vue

@@ -227,7 +227,9 @@ export default {
 
             }else{
                 // 取消勾选
-                
+                if(this.isCheckAll){
+                    this.isCheckIndeterminate=true
+                }
             }
         },