fix(configManage): 修复编辑时隶属体系不展示的问题
This commit is contained in:
parent
f91d71e545
commit
b01cd9a86d
|
@ -376,8 +376,7 @@ export default {
|
||||||
api.getBannerDetails(item.pkId).then((res) => {
|
api.getBannerDetails(item.pkId).then((res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.ruleShow = true
|
this.ruleShow = true
|
||||||
this.table = { position: res.data.position, picture: res.data.picture,
|
this.table = res.data
|
||||||
sort: res.data.sort, effectiveDate: res.data.effectiveDate, link: res.data.link }
|
|
||||||
} else {
|
} else {
|
||||||
Message({
|
Message({
|
||||||
message: res.msg,
|
message: res.msg,
|
||||||
|
|
Loading…
Reference in New Issue