Commit db8882a2 authored by BaiJiangJie's avatar BaiJiangJie Committed by 老广

[Bugfix] 修复创建网域时,选择资产的input和弹出table显示不一致的bug (#2224)

parent e5285f31
......@@ -29,6 +29,7 @@ $(document).ready(function () {
}).on('click', '.select2-selection__rendered', function (e) {
e.preventDefault();
$("#asset_list_modal").modal();
initSelectedAssets2Table();
})
.on('click', '#btn_asset_modal_confirm', function () {
var assets = asset_table2.selected;
......
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