websrcviewssystemmenuButtonindex.vue 第66行
修改updateRequest方法:
updateRequest (row) {
const menuId = this.$route.query.id
return api.UpdateObj({...row,menu: menuId})
},
websrcviewssystemmenuButtonindex.vue 第66行
修改updateRequest方法:
updateRequest (row) {
const menuId = this.$route.query.id
return api.UpdateObj({...row,menu: menuId})
},
问 菜单按钮页面编辑保存时报错