能源类型显示为空问题
This commit is contained in:
@@ -979,6 +979,12 @@
|
|||||||
if (data.list && data.list.length > 0) {
|
if (data.list && data.list.length > 0) {
|
||||||
// 获取数值
|
// 获取数值
|
||||||
let resultdata = data.list[0]['groupdata']
|
let resultdata = data.list[0]['groupdata']
|
||||||
|
let NYLXCLASS = resultdata['NYLXCLASS'] || {}
|
||||||
|
let NYLX = resultdata['NYLX'] || {}
|
||||||
|
if (NYLX && NYLXCLASS !== {}) {
|
||||||
|
NYLXCLASS = NYLX
|
||||||
|
}
|
||||||
|
resultdata['NYLXCLASS'] = NYLXCLASS
|
||||||
for (let i = 0; i < seniortype.length; i++) {
|
for (let i = 0; i < seniortype.length; i++) {
|
||||||
let nowdata = [{}]
|
let nowdata = [{}]
|
||||||
if (typeof this.searchOptions[seniortype[i]] !== 'undefined') {
|
if (typeof this.searchOptions[seniortype[i]] !== 'undefined') {
|
||||||
|
|||||||
Reference in New Issue
Block a user