reversed pull

This commit is contained in:
ArifHilmi 2024-11-26 11:40:53 +08:00
parent 87c447e935
commit 09fa8fc604

View File

@ -58,7 +58,7 @@
moduleData:{ moduleData:{
ModuleName : null, ModuleName : null,
AllowedUserType : null, AllowedUserType : null,
MethodAllowedUserType : "[]", MethodAllowedUserType : null,
ModuleStatus : "1", ModuleStatus : "1",
Description : null, Description : null,
} }
@ -66,7 +66,7 @@
}, },
methods: { methods: {
saveData() { saveData() {
fetch('/ModuleAPI/addData', { fetch('/ModuleAPI/AddModule', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'