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