Ver Fonte

更新 yvan-ext-mobile.js

lizw há 3 anos atrás
pai
commit
61c8d9384d
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
           }