接口对接完毕

This commit is contained in:
aixianling
2022-04-18 17:52:54 +08:00
parent 96c2a69872
commit b16b5d5e6c
3 changed files with 18 additions and 10 deletions

View File

@@ -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()