bug
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user