|
@@ -1037,6 +1037,7 @@ const certificationStatus = async () => {
|
|
|
//获取图幅类型
|
|
|
const sheetType = ref([])
|
|
|
const sheetTypeStatus = async () => {
|
|
|
+ console.log(1111111);
|
|
|
const { error, code, data } = await tasksApi.queryTaskTypeStatus({
|
|
|
typeOrStatus: 'sheet_type'
|
|
|
})
|
|
@@ -1105,6 +1106,8 @@ const setTableUploadColumn = () => {
|
|
|
{key:'isElement', name: '是否四要素'},
|
|
|
{key:'action', name: '操作', width: 100}
|
|
|
]
|
|
|
+ sheetTypeStatus()
|
|
|
+ sheetSourceStatus()
|
|
|
} else {
|
|
|
tableUploadColumn.value = [
|
|
|
{key:'fileNumber', name: '文件编号'},
|