修改食材,菜品删除逻辑

This commit is contained in:
huangdeliang
2021-03-25 16:42:05 +08:00
parent 6d1fa36021
commit b4e66b2cda
14 changed files with 119 additions and 103 deletions

View File

@ -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 {