修改bug

This commit is contained in:
‘937886381’
2024-07-09 11:10:38 +08:00
parent 6f2f751b0e
commit 9ea2f2dbe3
9 changed files with 42 additions and 44 deletions

View File

@@ -546,7 +546,7 @@ export default {
this.chartMsgYearTarget.series[0].data = []
this.chartMsgYearTarget.series[1].data = []
this.title = ''
if (this.listQuery.date == null) {
if (this.listQuery.date == null || this.listQuery.date == '') {
return this.$message('请选择时间维度')
}
if (!this.listQuery.beginTime && !this.listQuery.endTime) {