Explorar el Código

跨节点修改

duy hace 1 mes
padre
commit
1c406d5b1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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([])