能源类型显示为空问题
This commit is contained in:
@@ -981,7 +981,7 @@
|
||||
let resultdata = data.list[0]['groupdata']
|
||||
let NYLXCLASS = resultdata['NYLXCLASS'] || {}
|
||||
let NYLX = resultdata['NYLX'] || {}
|
||||
if (NYLX && NYLXCLASS !== {}) {
|
||||
if (Object.keys(NYLX).length > 0 && Object.keys(NYLXCLASS).length === 0) {
|
||||
NYLXCLASS = NYLX
|
||||
}
|
||||
resultdata['NYLXCLASS'] = NYLXCLASS
|
||||
|
||||
Reference in New Issue
Block a user