Commit f1203520 by 胡畅

fix bug

parent eb0562d0
...@@ -19,6 +19,7 @@ $(function () { ...@@ -19,6 +19,7 @@ $(function () {
removeAttr(); removeAttr();
btnBindClick();// 绑定点击事件 btnBindClick();// 绑定点击事件
$('#act11739232574395').attr({ 'readonly': 'readonly' }); $('#act11739232574395').attr({ 'readonly': 'readonly' });
$("#uploadImage").attr("multiple","multiple");
getOrgNameFn(function(data){ getOrgNameFn(function(data){
$('#act11739232574395').val(data.records.orgName) $('#act11739232574395').val(data.records.orgName)
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment