优化打包目录
This commit is contained in:
@@ -278,8 +278,8 @@ export default defineComponent({
|
||||
|
||||
//获取列表
|
||||
gettrialList() {
|
||||
let startTime: any = this.rangeTimeValue[0]
|
||||
? this.rangeTimeValue[0]
|
||||
let startTime: any = this.rangeTimeValue?.[0]
|
||||
? this.rangeTimeValue?.[0]
|
||||
: '00:00:00';
|
||||
let endTime: any = this.rangeTimeValue[1]
|
||||
? this.rangeTimeValue[1]
|
||||
|
||||
Reference in New Issue
Block a user