更改导出

master
飘泊客 9 months ago
parent 44a9ca02b5
commit 620610d02e

@ -77,4 +77,4 @@
"watchSyncEffect": true,
"toValue": true
}
}
}

@ -119,6 +119,7 @@ export interface queryReservation {
nid?: string | undefined
startTime?: string
endTime?: string
salesmanType: number
}
//修改是否有效
export interface isEffectiveType {

@ -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')

@ -1,7 +1,6 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {

Loading…
Cancel
Save