소스 검색

更新 yvan-ext-mobile.js

lizw 3 년 전
부모
커밋
61c8d9384d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dist/yvan-ext-mobile.js

+ 1 - 1
dist/yvan-ext-mobile.js

@@ -40328,7 +40328,7 @@ define(['exports'], function (exports) { 'use strict';
    */
   function getFileds(newConfig) {
       var fields = [];
-      lodash.forEach(newConfig.columns, function (c) {
+      lodash.forEach(newConfig.columns || newConfig._columns, function (c) {
           if (c.dataIndex) {
               fields.push(c.dataIndex);
           }