duy il y a 2 ans
Parent
commit
924bd6cd19
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/views/file/collection.vue

+ 3 - 0
src/views/file/collection.vue

@@ -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: '文件编号'},