Showing
1 changed file
with
2 additions
and
2 deletions
@@ -409,9 +409,9 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | @@ -409,9 +409,9 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | ||
409 | , done: function (res) { | 409 | , done: function (res) { |
410 | if (res && res.data ) { | 410 | if (res && res.data ) { |
411 | let arr=res.data; | 411 | let arr=res.data; |
412 | - if(fieldExpandArr.indexOf(resType)!=-1){ | 412 | + if(fieldExpandArr.indexOf('OperatingSystem')!=-1){ |
413 | }else{ | 413 | }else{ |
414 | - fieldExpandArr.push(resType); | 414 | + fieldExpandArr.push('OperatingSystem'); |
415 | if(arr.length>0){ | 415 | if(arr.length>0){ |
416 | arr.map(item=>{ | 416 | arr.map(item=>{ |
417 | let listStr=''; | 417 | let listStr=''; |
-
Please register or login to post a comment