From db8882a2b98a21145be7be8c33661434c3b1cc91 Mon Sep 17 00:00:00 2001 From: BaiJiangJie <32935519+BaiJiangJie@users.noreply.github.com> Date: Thu, 20 Dec 2018 10:32:41 +0800 Subject: [PATCH] =?UTF-8?q?[Bugfix]=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E7=BD=91=E5=9F=9F=E6=97=B6=EF=BC=8C=E9=80=89=E6=8B=A9=E8=B5=84?= =?UTF-8?q?=E4=BA=A7=E7=9A=84input=E5=92=8C=E5=BC=B9=E5=87=BAtable?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84bug=20(#2?= =?UTF-8?q?224)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/templates/assets/domain_create_update.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/assets/templates/assets/domain_create_update.html b/apps/assets/templates/assets/domain_create_update.html index 8af8728c8..0d6935226 100644 --- a/apps/assets/templates/assets/domain_create_update.html +++ b/apps/assets/templates/assets/domain_create_update.html @@ -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;