|
|
@@ -234,7 +234,12 @@ const handleDelReport = async (reason: string) => {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- const cancelReportReq = selectedProjects.value.map((item) => ({ id: item.id, reason }))
|
|
|
+ const cancelReportReq = selectedProjects.value.map((item) => ({
|
|
|
+ id: item.id,
|
|
|
+ reason,
|
|
|
+ isDelete: true,
|
|
|
+ reportType: item.reportType,
|
|
|
+ }))
|
|
|
let result = null
|
|
|
|
|
|
if (props.useOnline === '1') {
|