Commit dfaf029a authored by ibuler's avatar ibuler

[Bugfix] 资产导入bugfix

parent 3f186315
......@@ -129,7 +129,7 @@ $(document).ready(function(){
}
})
})
.on('click', '#btn_import', function () {
.on('click', '#btn_asset_import', function () {
var $form = $('#fm_asset_import');
$form.find('.help-block').remove();
function success (data) {
......
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