This commit is contained in:
宋伟佳
2021-06-16 13:44:27 +08:00
parent 8beae2f334
commit fc66a89e5b
3 changed files with 6 additions and 17 deletions
@@ -1878,8 +1878,7 @@ export default {
this.sarMenu.parentIds = this.selectSarMenu.id
}
this.$http.post('lawss/sarMenu/addSarMenu', this.sarMenu, {
_this: this,
prefix: '/foton'
_this: this
}, res => {
this.selectMenu() // 新增成功后,更新二级菜单
this.menuModalFlag = false