doway-coms 2.3.8 → 2.3.9

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.3.8",
3
+ "version": "2.3.9",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1576,7 +1576,7 @@ export default {
1576
1576
  break
1577
1577
  case 'copyRow':
1578
1578
  if(this.gridEdit){
1579
- this.copySaveRow=cloneDeep(row)
1579
+ this.copySaveRow=JSON.parse(JSON.stringify(row))
1580
1580
  this.copySaveRow.id= this.$store.getters.newId() + ''
1581
1581
  delete this.copySaveRow['_X_ROW_KEY']
1582
1582
  }