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
|
@@ -1576,7 +1576,7 @@ export default {
|
|
|
1576
1576
|
break
|
|
1577
1577
|
case 'copyRow':
|
|
1578
1578
|
if(this.gridEdit){
|
|
1579
|
-
this.copySaveRow=
|
|
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
|
}
|