|
@@ -253,6 +253,7 @@ watch(() => [
|
|
}
|
|
}
|
|
if (isO) {
|
|
if (isO) {
|
|
checkId.value = fileInfo.value.fileId || ''
|
|
checkId.value = fileInfo.value.fileId || ''
|
|
|
|
+ getopiniondata()
|
|
} else {
|
|
} else {
|
|
checkId.value = ''
|
|
checkId.value = ''
|
|
}
|
|
}
|
|
@@ -298,6 +299,8 @@ const getArchiveFileListData = async ()=>{
|
|
fileInfo.value.secretLevelValue = data.secretLevelValue
|
|
fileInfo.value.secretLevelValue = data.secretLevelValue
|
|
fileInfo.value.endDate = data.endDate
|
|
fileInfo.value.endDate = data.endDate
|
|
fileInfo.value.startDate = data.startDate
|
|
fileInfo.value.startDate = data.startDate
|
|
|
|
+ fileInfo.value.name = data.name
|
|
|
|
+ fileInfo.value.unit = data.unit
|
|
cscTableData1.value = getArrValue(data['approvalFileList'])
|
|
cscTableData1.value = getArrValue(data['approvalFileList'])
|
|
if (cscTableData1.value.length > 0) {
|
|
if (cscTableData1.value.length > 0) {
|
|
checkmetaFileId.value = cscTableData1.value[0].id
|
|
checkmetaFileId.value = cscTableData1.value[0].id
|