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