修改食材,菜品删除逻辑
This commit is contained in:
		| @@ -437,6 +437,8 @@ const actions = { | ||||
|         const result = await updateDishesDetailApi(params); | ||||
|         if (result.code === 200) { | ||||
|           commit("updateRecipesDishesDetail", payload); | ||||
|         } else { | ||||
|           return new Promise((res, rej) => rej(result.msg)); | ||||
|         } | ||||
|       } | ||||
|     } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user