ajax call

This commit is contained in:
Michele Artini 2024-01-04 10:42:46 +01:00
parent 6b3db1f10c
commit 2ba9ead715
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ export class WfHistoryClient extends ISClient {
recentHistory(id: string, mode: number, onSuccess: Function) {
let url = '/proxy/byType/wf_manager/api/';
let url = '/proxy/byType/wf_manager/api';
if (mode == 1) {
url += '/history/byDsId/' + encodeURIComponent(id);
} else if (mode == 2) {