gcz 4 سال پیش
والد
کامیت
453fbf45fb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pages/handleMonthly/handleMonthly.vue

+ 2 - 2
pages/handleMonthly/handleMonthly.vue

@@ -142,6 +142,7 @@
 				this.form.dateRange = this.getMonthRange(new Date, this.form.month)
 			},
 			carLicenseListConfirm (item) {
+				console.log('this.carLicenseList',this.carLicenseList);
 				console.log('item',item);
 				this.form.carLicense = item[0]
 			},
@@ -160,7 +161,7 @@
 							}
 							this.carLicenseList.push(obj)
 						});
-						console.log('this.carLicenseList',this.carLicenseList[0])
+						console.log('this.carLicenseList',this.carLicenseList)
 						this.form.carLicense = this.carLicenseList[0]
 					}
 					
@@ -214,7 +215,6 @@
 		},
 		filters:{
 			verifyStatusFilter(value) {
-				console.log('value',value)
 				if (value === 0) {
 				  return '';
 				} else if(value === 1){