6.28(添加时间筛选

This commit is contained in:
Hong
2024-06-28 16:46:25 +08:00
parent e8642e44b0
commit 21cbda35b9
5 changed files with 10 additions and 0 deletions

View File

@@ -156,6 +156,8 @@ export default {
console.log(e); console.log(e);
if(e){ if(e){
this.tableFrom.dateLimit=e.join(',') this.tableFrom.dateLimit=e.join(',')
}else{
this.tableFrom.dateLimit=''
} }
this.tableFrom.page = 1; this.tableFrom.page = 1;
this.carListFn(); this.carListFn();

View File

@@ -143,6 +143,8 @@ export default {
console.log(e); console.log(e);
if(e){ if(e){
this.tableFrom.dateLimit=e.join(',') this.tableFrom.dateLimit=e.join(',')
}else{
this.tableFrom.dateLimit=''
} }
this.tableFrom.page = 1; this.tableFrom.page = 1;
this.carListFn(); this.carListFn();

View File

@@ -206,6 +206,8 @@ export default {
console.log(e); console.log(e);
if(e){ if(e){
this.tableFrom.dateLimit=e.join(',') this.tableFrom.dateLimit=e.join(',')
}else{
this.tableFrom.dateLimit=''
} }
this.tableFrom.page = 1; this.tableFrom.page = 1;
this.carListFn(); this.carListFn();

View File

@@ -126,6 +126,8 @@ export default {
console.log(e); console.log(e);
if(e){ if(e){
this.tableFrom.dateLimit=e.join(',') this.tableFrom.dateLimit=e.join(',')
}else{
this.tableFrom.dateLimit=''
} }
this.tableFrom.page = 1; this.tableFrom.page = 1;
this.carListFn(); this.carListFn();

View File

@@ -80,6 +80,8 @@ export default {
console.log(e); console.log(e);
if(e){ if(e){
this.tableFrom.dateLimit=e.join(',') this.tableFrom.dateLimit=e.join(',')
}else{
this.tableFrom.dateLimit=''
} }
this.tableFrom.page = 1; this.tableFrom.page = 1;
this.carListFn(); this.carListFn();