jwyu 1 year ago
parent
commit
13d562ed7d
1 changed files with 3 additions and 1 deletions
  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
+                }
             }
         },