This commit is contained in:
刘仕伟
2022-03-02 10:04:52 +08:00
parent e86d35858c
commit 6ce01389c8

View File

@@ -77,8 +77,8 @@ export default {
},
handleFilterApplyTime() {
this.page.current = 1
this.search.applyStartDate = this.search.applyTime?.[0]
this.search.applyEndDate = this.search.applyTime?.[1]
this.search.applyStartDate = this.search.applyTime?.[0].substring(0,10)
this.search.applyEndDate = this.search.applyTime?.[1].substring(0,10)
this.getTableData()
}
},