新增数据定价
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -9,7 +9,7 @@ import useUserStore from "@/store/modules/user"; | ... | @@ -9,7 +9,7 @@ import useUserStore from "@/store/modules/user"; |
| 9 | import useDataAssetStore from "@/store/modules/dataAsset"; | 9 | import useDataAssetStore from "@/store/modules/dataAsset"; |
| 10 | import { getAllFlowData } from '@/api/modules/queryService'; | 10 | import { getAllFlowData } from '@/api/modules/queryService'; |
| 11 | import { getDamCatalogList } from "@/api/modules/dataPricing"; | 11 | import { getDamCatalogList } from "@/api/modules/dataPricing"; |
| 12 | import { getRegisterCatalogDetail, getDataResourceUpSummaryList, getRegisterCatalogTableDetail } from "@/api/modules/dataResourceUpService"; | 12 | import { getRegisterCatalogDetail, getRegisterCatalogTableDetail } from "@/api/modules/dataAsset"; |
| 13 | import { download } from '@/utils/common' | 13 | import { download } from '@/utils/common' |
| 14 | import { | 14 | import { |
| 15 | getConfigureList, | 15 | getConfigureList, | ... | ... |
-
Please register or sign in to post a comment