修改bug

This commit is contained in:
‘937886381’
2024-07-01 11:51:44 +08:00
parent 384527d6db
commit 716c88dfc4
5 changed files with 21 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-15 10:49:13
* @LastEditTime: 2024-06-28 14:43:36
* @LastEditTime: 2024-07-01 11:49:38
* @LastEditors: zhp
* @Description:
-->
@@ -329,6 +329,9 @@ export default {
if (!this.listQuery.startDate && !this.listQuery.endDate) {
return this.$message('请选择起止时间')
}
if (!this.listQuery.type) {
return this.$message('请选择时间维度')
}
this.otherProps = []
let arr = []
this.currentMenu === '邯郸' ? arr.push(1) : arr.push(0)