From 4c3c6634a2cdbfe527f68fdff799ac716026d4be Mon Sep 17 00:00:00 2001 From: Janie <109517022+Janie06@users.noreply.github.com> Date: Fri, 30 Dec 2022 09:53:56 +0800 Subject: [PATCH] =?UTF-8?q?[WHAT]=20=E5=9C=8B=E5=AE=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20[WHY]=20fix=20[HOW]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正少一個大括號導致程式執行錯誤問題 --- EuroTran/WebApp/Scripts/pages/ShowEasy/CountryMaintain_Qry.js | 1 + 1 file changed, 1 insertion(+) diff --git a/EuroTran/WebApp/Scripts/pages/ShowEasy/CountryMaintain_Qry.js b/EuroTran/WebApp/Scripts/pages/ShowEasy/CountryMaintain_Qry.js index 5655db8..572e563 100644 --- a/EuroTran/WebApp/Scripts/pages/ShowEasy/CountryMaintain_Qry.js +++ b/EuroTran/WebApp/Scripts/pages/ShowEasy/CountryMaintain_Qry.js @@ -64,6 +64,7 @@ var fnPageInit = function () { }); $('#RegionID').select2(); $('#LangType').select2(); + } }), //洲別類別下拉選單