[Bugfix] 资产导入bugfix

pull/915/head
ibuler 2018-01-08 15:51:08 +08:00
parent 3f1863151a
commit dfaf029a68
1 changed files with 1 additions and 1 deletions

View File

@ -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) {