修复table获取值错误

This commit is contained in:
2023-04-14 09:05:36 +08:00
parent d03641cd5b
commit 5460310933

View File

@@ -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);
}