优化打包目录

This commit is contained in:
X1627315083
2025-09-04 13:10:18 +08:00
parent 578817def4
commit 4dc5e26d92
20 changed files with 110 additions and 47 deletions

View File

@@ -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]