优化代码引入的结构

This commit is contained in:
jishenghua
2025-04-30 22:04:00 +08:00
parent 508cac7743
commit 27027d2a7e
4 changed files with 7 additions and 36 deletions

View File

@@ -293,14 +293,7 @@
import UnitModal from '../../system/modules/UnitModal'
import JEditableTable from '@/components/jeecg/JEditableTable'
import { FormTypes, getRefPromise, VALIDATE_NO_PASSED, validateFormAndTables } from '@/utils/JEditableTableUtil'
import {
changeNameToPinYin,
checkMaterial,
checkMaterialBarCode,
getMaterialAttributeNameList,
getMaterialAttributeValueListById,
getMaxBarCode,
queryMaterialCategoryTreeList } from '@/api/api'
import { changeNameToPinYin, checkMaterial, checkMaterialBarCode, getMaterialAttributeNameList, getMaterialAttributeValueListById, getMaxBarCode, queryMaterialCategoryTreeList } from '@/api/api'
import { autoJumpNextInput, handleIntroJs, removeByVal } from '@/utils/util'
import { getAction, httpAction } from '@/api/manage'
import JImageUpload from '@/components/jeecg/JImageUpload'