Commit e4ddfe4c authored by renjintao's avatar renjintao

role

parent e793effb
...@@ -319,7 +319,7 @@ export default { ...@@ -319,7 +319,7 @@ export default {
service service
.put( .put(
`${systemUrl}/MyRole/Update`, `${systemUrl}/MyRole/Update`,
JSON.stringify(this.formValidate1) this.formValidate1
) )
.then((response) => { .then((response) => {
if (response.success) { if (response.success) {
...@@ -333,8 +333,7 @@ export default { ...@@ -333,8 +333,7 @@ export default {
} else { } else {
service service
.post( .post(
`${systemUrl}/MyRole/Create`, `${systemUrl}/MyRole/Create`,this.formValidate1
JSON.stringify(this.formValidate1)
) )
.then((response) => { .then((response) => {
if (response.success) { if (response.success) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment