加班管理

This commit is contained in:
XaoLi717 2024-11-08 10:09:43 +08:00
parent c4a522b8b6
commit 86b8b4d13c
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ import {DeptVO, getDept} from "@/api/system/dept";
import {getUserProfile} from "@/api/system/user/profile";
/** 新闻管理 表单 */
defineOptions({ name: 'imgForm' })
// defineOptions({ name: 'imgForm' })
const { t } = useI18n() //
const message = useMessage() //

View File

@ -93,7 +93,7 @@ import { getIntDictOptions, DICT_TYPE } from '@/utils/dict'
import { pjApi, pjVO } from '@/api/home/homepj'
/** 主要用于首页的项目数据 表单 */
defineOptions({ name: 'pjForm' })
// defineOptions({ name: 'pjForm' })
const { t } = useI18n() //
const message = useMessage() //