|
@@ -331,6 +331,15 @@ const getArchiveFileListData = async () => {
|
|
|
let rawUrl = cscTableData1.value[0].pdfFileUrl
|
|
|
const encodedUrl = encodeURIComponent(rawUrl)
|
|
|
pdfUrl.value = encodedUrl
|
|
|
+ if (pdfUrl.value && pdfUrl?.value.length > 0) {
|
|
|
+ setTimeout(() => {
|
|
|
+
|
|
|
+ if (isDrawer.value) {
|
|
|
+ serReviewFile()
|
|
|
+ }
|
|
|
+
|
|
|
+ }, 30000)
|
|
|
+ }
|
|
|
checkId.value = cscTableData1.value[0].id
|
|
|
getmetaInfo()
|
|
|
}
|
|
@@ -395,7 +404,7 @@ const serReviewFile = async () => {
|
|
|
conclusionId: currentId.value,
|
|
|
})
|
|
|
if (!error && code === 200) {
|
|
|
- window.$message.success('当前文件已抽检')
|
|
|
+ window.$message.success(msg)
|
|
|
|
|
|
} else {
|
|
|
window.$message.error(msg)
|