浏览代码

跨节点修改

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