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