去掉console

This commit is contained in:
shijingjing
2022-10-12 17:59:00 +08:00
parent d5eadff265
commit 808e365dde

View File

@@ -381,7 +381,6 @@ export default {
getDetail(id) {
this.$instance.post(`/app/appepidemicpreventionregisterinfo/queryDetailById?id=${id}`).then(res=> {
if(res?.data) {
console.log(res);
this.form = res.data
this.travelType = res.data.travelType?.split(',')
this.form.startTime = res.data.startTime.substr(0, res.data.startTime.length - 3)