feat:修改循环风机无数据

This commit is contained in:
zty 2024-12-24 09:30:47 +08:00
parent d2821d5e98
commit 1d9645fa45
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@
<th>比表面积%</th> <th>比表面积%</th>
<th>SO3%</th> <th>SO3%</th>
<th>掺量%</th> <th>掺量%</th>
<th>循环风机1906KW·h/t</th> <th>原料循环风机KW·h/t</th>
<th>系统风机KW·h/t</th> <th>系统风机KW·h/t</th>
<th>目标值kW·h/t</th> <th>目标值kW·h/t</th>
<th>当期值kW·h/t</th> <th>当期值kW·h/t</th>
@ -215,8 +215,8 @@ export default {
: "/"; : "/";
// //
arr[9] = arr[9] =
item.循环风机_consume_unit != null item.原料循环风机_consume_unit != null
? item.循环风机_consume_unit ? item.原料循环风机_consume_unit
: "/"; : "/";
arr[10] = arr[10] =
item.系统风机_consume_unit != null item.系统风机_consume_unit != null

View File

@ -176,7 +176,7 @@ export default {
let arr = []; let arr = [];
params.page = 0; params.page = 0;
params.mgroup = that.query.mgroup; params.mgroup = that.query.mgroup;
params.mgroup_name = that.query.mgroup_name; // params.mgroup_name = that.query.mgroup_name;
if (that.query.type == 0) {// if (that.query.type == 0) {//
arr = that.query.day.split('-'); arr = that.query.day.split('-');
params.year_s = Number(arr[0]); params.year_s = Number(arr[0]);