修改bug

This commit is contained in:
‘937886381’
2024-07-01 14:40:09 +08:00
parent 2128538199
commit a249e88530
5 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-15 10:49:13
* @LastEditTime: 2024-07-01 11:49:38
* @LastEditTime: 2024-07-01 14:39:18
* @LastEditors: zhp
* @Description:
-->
@@ -326,12 +326,12 @@ export default {
}
},
async getDataList() {
if (this.listQuery.type == null) {
return this.$message('请选择时间维度')
}
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)