From 32337b3f584a5b95af114697178251b51ecc14fd Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期三, 10 九月 2025 11:25:59 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/yagwly_fa_master' into yagwly_fa_master --- ui/admin-ui3/src/plugins/index.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ui/admin-ui3/src/plugins/index.ts b/ui/admin-ui3/src/plugins/index.ts index c67b7ba..cc39b5c 100644 --- a/ui/admin-ui3/src/plugins/index.ts +++ b/ui/admin-ui3/src/plugins/index.ts @@ -5,7 +5,7 @@ import modal from "@/plugins/modal"; import download from "@/plugins/download"; import {useDict} from "@/utils/dict"; -import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel } from '@/utils/ruoyi' +import { parseTime, resetForm, addDateRange,addDateRangeNew, handleTree, selectDictLabel } from '@/utils/ruoyi' export default function installPlugins(app: App<Element>) { @@ -24,6 +24,7 @@ app.config.globalProperties.parseTime = parseTime; app.config.globalProperties.resetForm = resetForm; app.config.globalProperties.addDateRange = addDateRange; + app.config.globalProperties.addDateRangeNew = addDateRangeNew; app.config.globalProperties.handleTree = handleTree; app.config.globalProperties.selectDictLabel = selectDictLabel; } \ No newline at end of file -- Gitblit v1.8.0