ソースを参照

案卷元数据信息

duy 2 年 前
コミット
69b55694e5
1 ファイル変更7 行追加2 行削除
  1. 7 2
      src/views/transfer/inspects.vue

+ 7 - 2
src/views/transfer/inspects.vue

@@ -584,7 +584,12 @@ const cscTableDataModalShow = () => {
     const key = tabTypeKey.value
     if (key === 'tab5') {
         cscTableDataTitle.value = '元数据'
-        getmetaInfo()
+        // getmetaInfo()
+        if (ishowFile.value) {
+            getmetaInfo()
+        } else {
+            getArchivesAutoView(fileInfo.value.id)
+        }
     } else if (key === 'tab6') {
         cscTableDataTitle.value = '验签包'
     }
@@ -626,7 +631,7 @@ const onmousedown = () => {
 //获取元数据
 const cscmetaTableLoading = ref(false)
 const cscmetaDataTabledata = ref([])
-const ishowFile = ref(true)
+const ishowFile = ref(false)
 //获取元数据信息
 
 const getmetaInfo = async (fileId)=>{