pull/744/head
没钱 2025-03-05 11:13:52 +08:00
parent 3db98af791
commit 537c5ebfb7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
</template>
<script setup lang="ts">
import { getStrDictOptions, DICT_TYPE } from '@/utils/dict'
import { ProductCategoryFaultApi, ProductCategoryFaultVO } from '@/api/erp/erpproductcategoryfault'
import { ProductCategoryFaultApi, ProductCategoryFaultVO } from '@/api/erp/product/category/erpproductcategoryfault'
/** ERP 产品分类故障 表单 */
defineOptions({ name: 'ProductCategoryFaultForm' })