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