8
0

Merge pull request 'projects/mescc/zhp' (#79) from projects/mescc/zhp into projects/mescc/develop
Todas as verificações foram bem sucedidas
continuous-integration/drone/push Build is passing

Reviewed-on: #79
Este cometimento está contido em:
朱菊兰 2024-07-01 20:34:09 +08:00
ascendente 81a110ba45 53ba98b01a
cometimento 4332113e3b
2 ficheiros modificados com 3 adições e 2 eliminações

Ver ficheiro

@ -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('请选择时间维度')
}

Ver ficheiro

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