doway-coms 2.2.12 → 2.2.13

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": "doway-coms",
3
- "version": "2.2.12",
3
+ "version": "2.2.13",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -512,6 +512,7 @@ export default {
512
512
  // 刷新重置字段列
513
513
  reloadColumn() {
514
514
  this.internalColumns = []
515
+ this.fetchFields = []
515
516
  this.internalColumns.push({
516
517
  type: 'seq',
517
518
  fixed: 'left',