去除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;
}, "");
console.log(response.data);
// 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;
});
},
@ -324,7 +324,7 @@ export default {
});
},
handleOnSendChange(val, data) {
console.log({ val, data });
// console.log({ val, data });
const { id } = data;
if (data.reviewStatus === 2) {
updateRecipesPlan({