!77 食谱展示界面开发

Merge pull request !77 from 德仔/develop
This commit is contained in:
德仔
2021-02-26 20:16:12 +08:00
committed by Gitee
38 changed files with 1536 additions and 382 deletions

View File

@ -20,7 +20,6 @@ const oriState = {
recipesDataLoading: false,
cusUnitOptions: [],
cusWeightOptions: [],
dishesTypeOptions: [],
typeOptions: [],
currentDay: -1,
startNum: 0,
@ -87,9 +86,6 @@ const actions = {
getDicts("cus_dishes_type").then(response => {
commit("updateStateData", { typeOptions: response.data });
});
getDicts("cus_dishes_type").then(response => {
commit("updateStateData", { dishesTypeOptions: response.data });
});
// 健康数据
if (payload.cusId) {