浏览代码

Merge pull request 'projects/mescc/zhp' (#79) from projects/mescc/zhp into projects/mescc/develop

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-init/pulls/79
pull/99/head
juzi 2 个月前
父节点
当前提交
4332113e3b
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. +2
    -1
      src/views/report/comprehensiveData.vue
  2. +1
    -1
      src/views/report/produceConversion.vue

+ 2
- 1
src/views/report/comprehensiveData.vue 查看文件

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


+ 1
- 1
src/views/report/produceConversion.vue 查看文件

@@ -247,7 +247,7 @@ export default {
yAxis: [
{
type: "value",
name: "单位/",
name: "单位/MW",
// min: function (value) {//取最小值向下取整为最小刻度
// return 0
// },


正在加载...
取消
保存