|
@@ -2695,12 +2695,13 @@ function inputShowUrl(e, url, id)
|
|
for (var i in t.data) {
|
|
for (var i in t.data) {
|
|
var e1 = $('#update_' + i).parent().parent();
|
|
var e1 = $('#update_' + i).parent().parent();
|
|
e1.html(t.data[i]);
|
|
e1.html(t.data[i]);
|
|
|
|
+ e1.parent().show();
|
|
}
|
|
}
|
|
|
|
+ layui.use(['form'], function(){
|
|
|
|
+ layui.form.render();
|
|
|
|
+ });
|
|
|
|
+ checkbox();
|
|
}
|
|
}
|
|
- layui.use(['form'], function(){
|
|
|
|
- layui.form.render();
|
|
|
|
- });
|
|
|
|
- checkbox();
|
|
|
|
});
|
|
});
|
|
}
|
|
}
|
|
function loadChange(e, load)
|
|
function loadChange(e, load)
|