From b6661a090e8bcf8f45be24a01b6a7bb08e3aaff1 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 08 十二月 2021 08:50:04 +0800 Subject: [PATCH] refactor: pages component - separate vue files --- PAMapp/assets/ts/api/consultant.ts | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/PAMapp/assets/ts/api/consultant.ts b/PAMapp/assets/ts/api/consultant.ts index a797075..768e0b7 100644 --- a/PAMapp/assets/ts/api/consultant.ts +++ b/PAMapp/assets/ts/api/consultant.ts @@ -5,6 +5,7 @@ import _ from 'lodash'; import { UserSetting } from '../models/account.model'; import { Consultant } from '~/assets/ts/models/consultant.model'; +import { FastQueryParams } from '../models/fast-query-params.model'; // 憿批恥��(TODO: OTP隤����� ���蝙�) export function login(user: any) { @@ -131,13 +132,6 @@ Authorization: 'Bearer ' + localStorage.getItem('id_token') } return service.post('/satisfaction/create', data ,{headers}); -} - -export interface FastQueryParams { - gender : string, - communicationStyles: string[], - avgScore : number, - status : string } export interface AppointmentRequests { -- Gitblit v1.8.0