소스 검색

仓库报表

3254194295 2 년 전
부모
커밋
d108e8f6a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
       })
     },