diff --git a/apps/web-antd/src/views/property/assetManage/asset/asset-modal.vue b/apps/web-antd/src/views/property/assetManage/asset/asset-modal.vue index c3c13dea..ca80d29f 100644 --- a/apps/web-antd/src/views/property/assetManage/asset/asset-modal.vue +++ b/apps/web-antd/src/views/property/assetManage/asset/asset-modal.vue @@ -10,8 +10,7 @@ import { assetAdd, assetInfo, assetUpdate } from '#/api/property/assetManage/ass import { defaultFormValueGetter, useBeforeCloseDiff } from '#/utils/popup'; import { modalSchema } from './data'; -import { packageSelectList } from "#/api/system/tenant-package"; -import { assetTypeselect } from "#/api/property/assetType"; +import { assetTypeselect } from "#/api/property/assetManage/assetType"; import { depotList } from "#/api/property/assetManage/depot"; import { suppliersList } from "#/api/property/assetManage/suppliers";