mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修复table获取值错误
This commit is contained in:
@@ -1222,10 +1222,6 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
value = undefined;
|
||||
}
|
||||
|
||||
if (defaultValue != undefined && admin.empty(value)) {
|
||||
value = defaultValue;
|
||||
}
|
||||
|
||||
if (typeof valueParser == 'function') {
|
||||
value = valueParser(value, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user