Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into dev
This commit is contained in:
@@ -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()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user