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