Compare commits

..

No commits in common. "53ba98b01ad84f9a57cb873c03ed0e6ce25772ef" and "a249e88530da062979ea7c363a29c0909004b7bc" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

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