This commit is contained in:
liuye
2024-01-18 09:28:28 +08:00
parent c399e1a522
commit 4943c4cd09
3 changed files with 5 additions and 5 deletions

View File

@@ -118,8 +118,8 @@ export default {
params: {
...this.search,
clientId: this.params.id,
beginTime: this.time[0] || '',
endTime: this.time[1] || '' ,
beginTime: this.time && this.time.length ? this.time[0] : '',
endTime: this.time && this.time.length ? this.time[1] : '' ,
}
}).then(res => {
if(res?.data) {