ソースを参照

跨节点修改

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([])