Browse Source

仓库报表

3254194295 2 years ago
parent
commit
d108e8f6a4
1 changed files with 1 additions and 1 deletions
  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)
       })
     },