doway-coms 1.6.30 → 1.6.31

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": "1.6.30",
3
+ "version": "1.6.31",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1862,7 +1862,6 @@ export default {
1862
1862
  if (XEUtils.arrayIndexOf(fields,tempFieldName)>-1) {
1863
1863
  this.internalColumns[i].formatter = formatterName
1864
1864
  this.$refs.baseGrid.getColumnByField(tempFieldName).formatter = formatterName
1865
- break
1866
1865
  }
1867
1866
  }
1868
1867
  this.$refs.baseGrid.refreshColumn()