...
|
...
|
@@ -409,9 +409,9 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols |
|
|
, done: function (res) {
|
|
|
if (res && res.data ) {
|
|
|
let arr=res.data;
|
|
|
if(fieldExpandArr.indexOf(resType)!=-1){
|
|
|
if(fieldExpandArr.indexOf('OperatingSystem')!=-1){
|
|
|
}else{
|
|
|
fieldExpandArr.push(resType);
|
|
|
fieldExpandArr.push('OperatingSystem');
|
|
|
if(arr.length>0){
|
|
|
arr.map(item=>{
|
|
|
let listStr='';
|
...
|
...
|
|