From ef4faac80e51425895d3180b87e7f450d27f4eae Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 16 十一月 2021 12:32:01 +0800 Subject: [PATCH] update 嚴選配對: 1. 移除非必填選項的預設值 2. 無推薦資料時顯示提示訊息 --- PAMapp/assets/ts/api/consultant.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/assets/ts/api/consultant.ts b/PAMapp/assets/ts/api/consultant.ts index 36808e6..a07653b 100644 --- a/PAMapp/assets/ts/api/consultant.ts +++ b/PAMapp/assets/ts/api/consultant.ts @@ -25,7 +25,7 @@ } // ������ -export function strictQuery(data:StrictQueryParams):Promise<AxiosResponse<AgentOfStrictQuery>>{ +export function strictQuery(data:StrictQueryParams):Promise<AxiosResponse<AgentOfStrictQuery[]>>{ return service.post('/consultant/strictQuery', data) } -- Gitblit v1.8.0