This commit is contained in:
贤心
2019-09-10 08:37:47 +08:00
parent efb8652661
commit 5904e5b134
42 changed files with 356 additions and 560 deletions

View File

@@ -219,7 +219,7 @@ layui.use(['form', 'layedit', 'laydate'], function(){
});
//初始赋值
form.val('first', {
var thisValue = form.val('first', {
'title': '测试'
,'phone': 11111111111
,'email': 'xu@sentsin.com'
@@ -232,6 +232,7 @@ layui.use(['form', 'layedit', 'laydate'], function(){
,'desc': 'form 是我们非常看重的一块'
,xxxxxxxxx: 123
});
console.log(thisValue);
//事件监听