【代码优化】AI:绘图 index.vue 代码梳理 30%(ImageList)

This commit is contained in:
YunaiV
2024-07-09 00:00:53 +08:00
parent 80d87b8e99
commit 82b53b9b03
5 changed files with 110 additions and 119 deletions

View File

@ -126,7 +126,6 @@
<script setup lang="ts">
import { getIntDictOptions, DICT_TYPE } from '@/utils/dict'
import { dateFormatter } from '@/utils/formatTime'
import download from '@/utils/download'
import { CategoryApi, CategoryVO } from '@/api/bpm/category'
import CategoryForm from './CategoryForm.vue'