Browse Source

菜单接口更换

dev
mk 3 years ago
parent
commit
5350988575
  1. 2
      epmet-oper-web/src/views/modules/thirdparty/publishForm.vue

2
epmet-oper-web/src/views/modules/thirdparty/publishForm.vue

@ -294,7 +294,7 @@ export default {
if (!valid) { if (!valid) {
return false return false
} }
this.$http[!this.dataForm.id ? 'post' : 'put']('/oper/access/menu', this.dataForm).then(({ data: res }) => { this.$http[!this.dataForm.id ? 'post' : 'put']('/gov/access/menu', this.dataForm).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

Loading…
Cancel
Save