소스 검색

跨节点修改

duy 1 개월 전
부모
커밋
1c406d5b1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/data-fill/components/jumpTreeDialog.vue

+ 1 - 1
src/views/data-fill/components/jumpTreeDialog.vue

@@ -157,7 +157,7 @@ const closeModal = ()=>{
 }
 
 const checkAll = ref(false)
-const isIndeterminate = ref(true)
+const isIndeterminate = ref(false)
 const checkedCities = ref([])
 const cities = ref([])