From 620610d02e38fcb6140581352de25556141ccf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=98=E6=B3=8A=E5=AE=A2?= <1059510186@qq.com> Date: Thu, 14 Dec 2023 17:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 2 +- src/api/customermanagement/customerList/types.ts | 1 + src/views/customermanagement/customerList/customerList.vue | 1 + types/auto-imports.d.ts | 1 - 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index db04d7f..6b0d505 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -77,4 +77,4 @@ "watchSyncEffect": true, "toValue": true } -} +} \ No newline at end of file diff --git a/src/api/customermanagement/customerList/types.ts b/src/api/customermanagement/customerList/types.ts index 7a5378c..76d7b53 100644 --- a/src/api/customermanagement/customerList/types.ts +++ b/src/api/customermanagement/customerList/types.ts @@ -119,6 +119,7 @@ export interface queryReservation { nid?: string | undefined startTime?: string endTime?: string + salesmanType: number } //修改是否有效 export interface isEffectiveType { diff --git a/src/views/customermanagement/customerList/customerList.vue b/src/views/customermanagement/customerList/customerList.vue index 763e9e4..22e03fb 100644 --- a/src/views/customermanagement/customerList/customerList.vue +++ b/src/views/customermanagement/customerList/customerList.vue @@ -356,6 +356,7 @@ const switchChange = (record: any) => { const downloadTemplate = useDebounceFn( () => { const data: any = searchData + data.salesmanType = salesmanType.value if (data.exportDate && data.exportDate.length == 2) { data.startTime = data.exportDate[0].format('YYYY-MM-DD HH:mm:ss') data.endTime = data.exportDate[1].format('YYYY-MM-DD HH:mm:ss') diff --git a/types/auto-imports.d.ts b/types/auto-imports.d.ts index 2ad4739..5bd8e1d 100644 --- a/types/auto-imports.d.ts +++ b/types/auto-imports.d.ts @@ -1,7 +1,6 @@ /* eslint-disable */ /* prettier-ignore */ // @ts-nocheck -// noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import export {} declare global {