From c19dba6c8bd6a1eaa17d57745d39283bd56450ca Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 29 Jul 2025 11:33:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(configManage):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=97=B6=E9=9A=B6=E5=B1=9E=E4=BD=93=E7=B3=BB?= =?UTF-8?q?=E4=B8=8D=E5=B1=95=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/configManage/advertisementBanner/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/configManage/advertisementBanner/index.vue b/src/views/configManage/advertisementBanner/index.vue index a9f5c49..e623541 100644 --- a/src/views/configManage/advertisementBanner/index.vue +++ b/src/views/configManage/advertisementBanner/index.vue @@ -376,8 +376,7 @@ export default { api.getBannerDetails(item.pkId).then((res) => { if (res.code === 200) { this.ruleShow = true - this.table = { position: res.data.position, picture: res.data.picture, - sort: res.data.sort, effectiveDate: res.data.effectiveDate, link: res.data.link } + this.table = res.data } else { Message({ message: res.msg,