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