diff --git a/src/views/regionalSpotManage/components/list.vue b/src/views/regionalSpotManage/components/list.vue index feb928920e10bb9b5950362ef6d70cc0024c65c6..117697f3f72607f43dafbde4bfda6a1b75bcd3a1 100644 --- a/src/views/regionalSpotManage/components/list.vue +++ b/src/views/regionalSpotManage/components/list.vue @@ -183,6 +183,7 @@ delAreaList.value = result; const curArr = delAreaList.value.map((it) => it.cityCode); for (const k of allAreaList.value) { + k.disabled = false; if (curArr.includes(k.cityId)) { addCheckboxValue.value.push(k.cityId as number); k.disabled = true; @@ -427,7 +428,7 @@ class="top-search" > - + - + - + - +
+ - +
+ + +