|
@@ -554,7 +554,7 @@ import {
|
|
|
isString,
|
|
|
setCopyText,
|
|
|
} from 'js-fast-way'
|
|
|
-import { eVisaTaskCheckApi, getDictionary } from '~api/other'
|
|
|
+import { eVisaTaskCheckApi, getDictionary, getDictionaryBiz } from '~api/other'
|
|
|
import wbsApi from '~api/data-fill/wbs'
|
|
|
import queryApi from '~api/data-fill/query'
|
|
|
import Draggable from 'vuedraggable'
|
|
@@ -2007,7 +2007,7 @@ const typeoptions = ref([
|
|
|
},
|
|
|
])
|
|
|
const getFileTypeApi = async () => {
|
|
|
- const { data } = await getDictionary({
|
|
|
+ const { data } = await getDictionaryBiz({
|
|
|
code: 'table_file_type',
|
|
|
})
|
|
|
//处理数据
|