updated view all

This commit is contained in:
2023-04-21 10:36:19 +01:00
parent 98ed833a47
commit dc43d7f2b4
7 changed files with 180 additions and 44 deletions
+12 -11
View File
@@ -998,17 +998,18 @@ export const createNewCaseBlob = (
"&contactid=" +
contactid +
"&containername=" +
containerName +
hashAPIPath(
"/api/file/createcase_api?appealTypeId=" +
appealTypeId +
"&lpaID=" +
lpaID +
"&contactid=" +
contactid +
"&containername=" +
containerName
);
containerName;
//+
// hashAPIPath(
// "/api/file/createcase_api?appealTypeId=" +
// appealTypeId +
// "&lpaID=" +
// lpaID +
// "&contactid=" +
// contactid +
// "&containername=" +
// containerName
// );
var config = {
method: "post",