feat(banner管理页面): 搜索栏“国家”选项调整

This commit is contained in:
hzj 2026-01-28 18:08:37 +08:00
parent 85f32a9e63
commit e0def280bd

View File

@ -397,9 +397,8 @@ export default {
.then(res => {
that.loadingCountry = false;
that.countryList = res.body || [];
that.selectedCountry = that.countryList[0] || {};
that.listQuery.countryCode = that.selectedCountry.country.alphaTwo;
that.renderData();
// that.renderData();
})
.catch(er => {
that.loadingCountry = false;