BUG 25982

This commit is contained in:
aixianling
2021-12-24 14:40:32 +08:00
parent f4e11dc5b6
commit 4bbbfa9954

View File

@@ -60,7 +60,7 @@ export default {
}, },
data() { data() {
return { return {
fullArea: [{name: '全', id: 0}], fullArea: [{name: '全', id: 0}],
index: '', index: '',
list: [], list: [],
} }
@@ -86,7 +86,7 @@ export default {
} else { } else {
this.fullArea = res.data this.fullArea = res.data
} }
this.fullArea.unshift({name: '全', id: 0}) this.fullArea.unshift({name: '全', id: 0})
} }
}) })
}, },