mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
修复属性输入组件bug
This commit is contained in:
@@ -2263,6 +2263,8 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
var list = document.querySelectorAll('[data-toggle="property-input"]');
|
||||
$.each(list, function (i, v) {
|
||||
var data = $(v).data()
|
||||
data.value = $(v).text()
|
||||
|
||||
propertyInput.render(v, data, admin);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user