Explorar o código

更新 yvan-ext-mobile.js

lizw %!s(int64=3) %!d(string=hai) anos
pai
achega
61c8d9384d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
           }