mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 19:12:48 +08:00
修复getDataBrage错误
This commit is contained in:
@@ -2283,7 +2283,7 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
|||||||
(!Array.isArray(keys)
|
(!Array.isArray(keys)
|
||||||
? keys.replace(/\[/g, '.').replace(/\]/g, '').split('.')
|
? keys.replace(/\[/g, '.').replace(/\]/g, '').split('.')
|
||||||
: keys
|
: keys
|
||||||
).reduce((o, k) => (o || {})[k], this.dataBrage) || defaultVal
|
).reduce((o, k) => (o || {})[k], this.dataBrage) || defaultValue
|
||||||
);
|
);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user