From 5730601f103ea285d129bf3d89acd649e86c114a Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 08 十二月 2021 10:17:44 +0800 Subject: [PATCH] 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