修复创建模板问题

This commit is contained in:
huangdeliang
2021-03-03 13:46:20 +08:00
parent 297a97db9e
commit 92081f7035
6 changed files with 24 additions and 11 deletions

View File

@ -259,9 +259,7 @@ const actions = {
dispatch("getRecipesInfo", { recipesId });
payload.callback &&
payload.callback({
recipesId: result.data,
name: state.healthyData.name,
cusId: state.cusId,
planId: state.planId
});
}