系统设置数据结构适应,定制方案增加web端系统信息设置

This commit is contained in:
aixianling
2022-08-25 11:21:58 +08:00
parent e86f473fc0
commit a75d96561c
3 changed files with 50 additions and 8 deletions

View File

@@ -398,7 +398,7 @@ export default {
params: {id}
}).then(res => {
if (res?.data) {
this.sysInfo = JSON.parse(res.data)
this.sysInfo = JSON.parse(res.data?.systemInfo || null)
this.sysInfo.id = id
}
})