|
@@ -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)=>{
|