diff --git a/src/views/sys/banner/index.vue b/src/views/sys/banner/index.vue index 0d7ffc9..21cbdf2 100644 --- a/src/views/sys/banner/index.vue +++ b/src/views/sys/banner/index.vue @@ -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;