优化页面锁屏

This commit is contained in:
aixianling
2021-12-09 20:41:10 +08:00
parent 60f6b0b5e1
commit 9b15c1e30a

View File

@@ -73,7 +73,7 @@ export default {
}, },
methods: { methods: {
emitShow() { emitShow() {
document.title = document.title||"调查走访" document.title = document.title || "调查走访"
if (this.showDetail) { if (this.showDetail) {
} else { } else {
@@ -122,7 +122,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?.endDate || v?.startDate
this.current = 1 this.current = 1
this.getList() this.getList()
} }