模版修改类型

This commit is contained in:
lxd 2025-07-25 16:50:43 +08:00
parent c6dc38732f
commit b0e6e3980b

View File

@ -36,7 +36,7 @@
</template>
<script setup lang="ts">
import { TemplateApi, TemplateVO } from '@/api/system/template'
import { DICT_TYPE, getStrDictOptions, getDictObj } from '@/utils/dict'
import { DICT_TYPE, getStrDictOptions } from '@/utils/dict'
import { getUserProfile, ProfileVO } from '@/api/system/user/profile'
/** 模板 表单 */
defineOptions({ name: 'TemplateForm' })