fix(configManage): 修复编辑时隶属体系不展示的问题

This commit is contained in:
woody 2025-07-29 11:33:30 +08:00
parent f91d71e545
commit b01cd9a86d
1 changed files with 1 additions and 2 deletions

View File

@ -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,