reversed pull
This commit is contained in:
parent
87c447e935
commit
09fa8fc604
@ -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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user