@@ -452,7 +452,7 @@ export default {
handleCopy (record) {
fetchCheckStandard({ id: record.id }).then(res => {
const modal = this.$refs.baseModal
- res.data.id = null
+ // res.data.id = null
modal.base(res.data)
})
},