From d813ae6bcc8005420cbfbaec1d33e0cf924117af Mon Sep 17 00:00:00 2001 From: Wayne Hsu Date: Fri, 9 Jun 2023 12:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=96=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/affiliate/Info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/affiliate/Info.vue b/src/pages/affiliate/Info.vue index 32b36d6..d39642b 100644 --- a/src/pages/affiliate/Info.vue +++ b/src/pages/affiliate/Info.vue @@ -23,7 +23,7 @@ const form = ref(defaultForm) onMounted(async () => { let res = await getAffiliateConfig() if(res.code === 200) { - // form.value = res.data + form.value = res.data }else{ ElMessage.error('讀取推薦設定失敗') }