From 67717ce97f0742b6bd1e3af646fe4766bcdf1034 Mon Sep 17 00:00:00 2001 From: Ting-Jun Wang Date: Sat, 16 Jan 2021 21:54:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=87=AA=E5=8B=95=E8=AE=80=E5=8F=96?= =?UTF-8?q?=E5=B7=B2=E7=B6=93=E5=84=B2=E5=AD=98=E7=9A=84=E8=AA=B2=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/index.vue b/js/index.vue index a8b3f8d..a9f3dda 100644 --- a/js/index.vue +++ b/js/index.vue @@ -60,12 +60,11 @@ var vm = new Vue({ return response.json() }).then(function(jsonData){ console.log(jsonData) + vm.selectCourses = JSON.parse(jsonData['data']) }) .catch(function(err){ alert("錯誤: "+err) }) - }else{ - } }, 'saveCourseTable': function(){