|
@@ -126,7 +126,7 @@ const showFilterList = ref([
|
|
|
{ key: 'payScope', isSingle: true },
|
|
|
])
|
|
|
const getProvideData = (list) => {
|
|
|
- if (!list?.length) return
|
|
|
+ if (!list?.length) return show.value = true
|
|
|
getDict('menduner_area_type', {}, 'areaList').then(({ data }) => {
|
|
|
data = data?.length && data || []
|
|
|
const arr = list.map(e => {
|