6.28(添加时间筛选
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user