mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
新增动态输入单选、多行文本、默认值等特性;发布新版本
This commit is contained in:
@@ -2328,6 +2328,7 @@
|
||||
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