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