接口对接完毕
This commit is contained in:
@@ -115,6 +115,12 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
handleSearchTime(v) {
|
||||
this.page.current = 1
|
||||
this.search.startTime = v?.[0]
|
||||
this.search.endTime = v?.[1]
|
||||
this.getTableData()
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.getTableData()
|
||||
|
||||
Reference in New Issue
Block a user