edit
This commit is contained in:
@ -39,6 +39,7 @@ export class BasicSettingComponent implements OnInit {
|
||||
res = res.map(item => ({
|
||||
...item,
|
||||
remark: item.remark ? JSON.parse(item.remark) : null,
|
||||
extend: item.extend ? JSON.parse(item.extend) : [],
|
||||
itemValue: item.itemValue ? JSON.parse(item.itemValue) : item.itemValue
|
||||
}));
|
||||
this.configList = res;
|
||||
|
||||
Reference in New Issue
Block a user