食谱制作页面的快捷列表关键字搜索
This commit is contained in:
		| @@ -71,6 +71,7 @@ public class SysDishesController extends BaseController { | ||||
|     public AjaxResult getMenuTypes(@PathVariable("id") Long id) { | ||||
|         JSONObject object = new JSONObject(); | ||||
|         object.put("type", sysDishesService.getDishesMenuTypeById(id)); | ||||
|         object.put("className", sysDishesService.getDishClassNameById(id)); | ||||
|         return AjaxResult.success(object); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user