去除log

This commit is contained in:
huangdeliang 2021-03-30 17:20:49 +08:00
parent f7b0805335
commit 14a4738807

View File

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