reverse
This commit is contained in:
parent
4de905972c
commit
3a126130cd
1 changed files with 2 additions and 2 deletions
|
|
@ -3539,8 +3539,8 @@ export class ReportController extends Controller {
|
|||
}
|
||||
}
|
||||
const metaData = { template: "report2", reportName: "report2", data: { data } };
|
||||
sendWebSocket(metaData)
|
||||
return new HttpSuccess();
|
||||
// sendWebSocket(metaData)
|
||||
return new HttpSuccess({ template: "report2", reportName: "report2", data: { data } });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue