mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
取消对缺省template的处理
This commit is contained in:
@@ -882,9 +882,9 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
}
|
||||
|
||||
// 如果未定义则默认使用value
|
||||
if (val.templet === undefined) {
|
||||
cols[i][index]['templet'] = admin.table.value;
|
||||
}
|
||||
// if (val.templet === undefined) {
|
||||
// cols[i][index]['templet'] = admin.table.value;
|
||||
// }
|
||||
|
||||
if (val.fieldFormat == undefined) {
|
||||
|
||||
@@ -1147,7 +1147,6 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
if (defaultValue != undefined && admin.empty(value)) {
|
||||
value = defaultValue;
|
||||
}
|
||||
|
||||
return value;
|
||||
},
|
||||
listenTableSearch: function (tableId) {
|
||||
|
||||
Reference in New Issue
Block a user