|
@@ -578,6 +578,7 @@ const tableRowClick = ({row}) => {
|
|
cscTableData1.value=getArrValue( row['approvalFileList'])
|
|
cscTableData1.value=getArrValue( row['approvalFileList'])
|
|
InsearchForm.value.total=row['approvalFileList'].length
|
|
InsearchForm.value.total=row['approvalFileList'].length
|
|
fileInfo.value=row
|
|
fileInfo.value=row
|
|
|
|
+ fileInfo.value.pageN=row['approvalFileList'].length
|
|
|
|
|
|
}
|
|
}
|
|
const tableFileCloseClick = () => {
|
|
const tableFileCloseClick = () => {
|