|
@@ -156,7 +156,9 @@ const rowTaskName = async (row) => {
|
|
|
approvalType: row.approvalType,
|
|
|
})
|
|
|
if (!error && code === 200) {
|
|
|
- const approvalFileList = getArrValue(data['approvalFileList'])
|
|
|
+ if(approvalFileList[approvalFileList.length-1].fileName===''){
|
|
|
+ approvalFileList.pop()
|
|
|
+ }
|
|
|
taskReviewData.value = approvalFileList
|
|
|
if (approvalFileList.length > 0) {
|
|
|
batchPdfUrl.value = approvalFileList[0].fileUrl
|