去除log
This commit is contained in:
parent
f7b0805335
commit
14a4738807
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user