|
@@ -189,7 +189,6 @@ export default {
|
|
getMenuList({ id: id }).then(res => {
|
|
getMenuList({ id: id }).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.menuData = res.data
|
|
_this.menuData = res.data
|
|
- console.log(_this.menuData)
|
|
|
|
this.showMenuModal = true
|
|
this.showMenuModal = true
|
|
}
|
|
}
|
|
})
|
|
})
|