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

@@ -200,8 +200,8 @@ export default {
this.instance.post(`/app/xbotCallback/list2`,null,{
params: {
...this.search,
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] : '' ,
xbotId: this.configInfo.id ? this.configInfo.id : ''
}
}).then(res => {