projects/mescc/zhp #79

已合并
juzi 2024-07-01 20:34:09 +08:00 将 2 次代码提交从 projects/mescc/zhp 合并至 projects/mescc/develop
共有 2 个文件被更改,包括 3 次插入2 次删除

查看文件

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

查看文件

@ -247,7 +247,7 @@ export default {
yAxis: [
{
type: "value",
name: "单位/",
name: "单位/MW",
// min: function (value) {//
// return 0
// },