!187 修复食谱计划bug

Merge pull request !187 from 德仔/develop
This commit is contained in:
德仔
2021-03-30 17:21:41 +08:00
committed by Gitee
3 changed files with 7 additions and 3 deletions

View File

@ -205,11 +205,12 @@ export default {
}
return str;
}, "");
// console.log(response.data);
this.copyValue =
window.location.origin.replace("manage", "sign") +
"/recipes/detail/" +
this.cusOutId;
console.log(this.planList);
// console.log(this.planList);
this.planLoading = false;
});
},
@ -323,7 +324,7 @@ export default {
});
},
handleOnSendChange(val, data) {
console.log({ val, data });
// console.log({ val, data });
const { id } = data;
if (data.reviewStatus === 2) {
updateRecipesPlan({

View File

@ -26,6 +26,9 @@
<DailyAnalyzeCom v-else />
</div>
</el-tab-pane>
<el-tab-pane label="快捷列表" name="3">
</el-tab-pane>
</el-tabs>
</div>
</template>