BUG 25982
This commit is contained in:
@@ -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})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user