去掉console
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user