bri-components 1.4.87 → 1.4.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bri-components",
3
- "version": "1.4.87",
3
+ "version": "1.4.88",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -154,7 +154,7 @@ const transformToColumns = function (formList, {
154
154
  rowIndex: rowIndex,
155
155
  formData: row,
156
156
  formItem: col,
157
- allFormList: allFormList.length ? allFormList : formlist
157
+ allFormList: allFormList.length ? allFormList : formList
158
158
  }
159
159
  });
160
160
  }
@@ -162,7 +162,7 @@ const transformToColumns = function (formList, {
162
162
 
163
163
  ...col
164
164
  };
165
- });
165
+ });
166
166
  };
167
167
 
168
168
  export default {