浏览代码

auto commit

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){