BUG 25336
This commit is contained in:
@@ -73,9 +73,13 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
emitShow() {
|
||||
document.title = "调查走访"
|
||||
this.current = 1;
|
||||
this.getList()
|
||||
if (this.showDetail) {
|
||||
|
||||
} else {
|
||||
document.title = "调查走访"
|
||||
this.current = 1;
|
||||
this.getList()
|
||||
}
|
||||
},
|
||||
emitReachBottom() {
|
||||
this.current++;
|
||||
@@ -117,7 +121,7 @@ export default {
|
||||
},
|
||||
handleDateSearch(v) {
|
||||
this.search.startTime = v?.startDate
|
||||
this.search.endTime = v?.startDate|| v?.endDate
|
||||
this.search.endTime = v?.startDate || v?.endDate
|
||||
this.current = 1
|
||||
this.getList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user