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