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