修改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

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-15 10:49:13
* @LastEditTime: 2024-07-08 13:39:32
* @LastEditTime: 2024-07-09 10:35:11
* @LastEditors: zhp
* @Description:
-->
@@ -344,7 +344,7 @@ export default {
},
async getDataList() {
console.log(this.listQuery.type);
if (this.listQuery.type == null) {
if (this.listQuery.type == null || this.listQuery.type == '') {
return this.$message('请选择时间维度')
}
if (!this.listQuery.startDate && !this.listQuery.endDate) {