Commit e4ddfe4c authored by renjintao's avatar renjintao

role

parent e793effb
......@@ -319,7 +319,7 @@ export default {
service
.put(
`${systemUrl}/MyRole/Update`,
JSON.stringify(this.formValidate1)
this.formValidate1
)
.then((response) => {
if (response.success) {
......@@ -333,8 +333,7 @@ export default {
} else {
service
.post(
`${systemUrl}/MyRole/Create`,
JSON.stringify(this.formValidate1)
`${systemUrl}/MyRole/Create`,this.formValidate1
)
.then((response) => {
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