|
|
@@ -20,7 +20,7 @@ import dayjs from 'dayjs'
|
|
|
import { baseURL } from '@/utils/http'
|
|
|
import { FileListType } from '@/components/Z3upFiles/data'
|
|
|
import MyTable from '@/components/MyTable'
|
|
|
-import { getDictFu, selectObj } from '@/utils/dataChange'
|
|
|
+import { selectObj } from '@/utils/dataChange'
|
|
|
import { showGoodTableC } from '@/utils/tableData'
|
|
|
import store from '@/store'
|
|
|
import { tagApiArr } from '@/pages/ZgoodsInfo/data'
|
|
|
@@ -296,15 +296,6 @@ function H1detail() {
|
|
|
return arr.map(v => ({ label: v, value: v }))
|
|
|
}, [info.region])
|
|
|
|
|
|
- const typeDictOptions = useMemo(() => {
|
|
|
- // 待完善sg
|
|
|
- try {
|
|
|
- return getDictFu('藏品类别') || []
|
|
|
- } catch {
|
|
|
- return []
|
|
|
- }
|
|
|
- }, [])
|
|
|
-
|
|
|
return (
|
|
|
<div className={styles.H1detail}>
|
|
|
<div className='H1detailMain'>
|