mirror of https://github.com/jumpserver/jumpserver
[Bugfix] 资产导入bugfix
parent
3f1863151a
commit
dfaf029a68
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue