mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-01 17:22:11 +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');
|
var $form = $('#fm_asset_import');
|
||||||
$form.find('.help-block').remove();
|
$form.find('.help-block').remove();
|
||||||
function success (data) {
|
function success (data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user