3254194295 2 år sedan
förälder
incheckning
345265e17e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/check/checkstandard/CheckStandard.vue

+ 1 - 1
src/views/check/checkstandard/CheckStandard.vue

@@ -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)
       })
     },