mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-02 09:42:05 +00:00
[Bugfix] 资产导入bugfix
This commit is contained in:
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
Block a user