feat(banner管理页面): 搜索栏“国家”选项调整
This commit is contained in:
parent
85f32a9e63
commit
e0def280bd
@ -397,9 +397,8 @@ export default {
|
|||||||
.then(res => {
|
.then(res => {
|
||||||
that.loadingCountry = false;
|
that.loadingCountry = false;
|
||||||
that.countryList = res.body || [];
|
that.countryList = res.body || [];
|
||||||
that.selectedCountry = that.countryList[0] || {};
|
|
||||||
that.listQuery.countryCode = that.selectedCountry.country.alphaTwo;
|
that.listQuery.countryCode = that.selectedCountry.country.alphaTwo;
|
||||||
that.renderData();
|
// that.renderData();
|
||||||
})
|
})
|
||||||
.catch(er => {
|
.catch(er => {
|
||||||
that.loadingCountry = false;
|
that.loadingCountry = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user