系统设置数据结构适应,定制方案增加web端系统信息设置
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user