소스 검색

修改bug

chenrui 2 년 전
부모
커밋
970df431fc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/allocationManagement/storeTransferOut/detail.vue

+ 4 - 0
src/views/allocationManagement/storeTransferOut/detail.vue

@@ -278,6 +278,10 @@ export default {
       this.$router.push({ path: `/allocationManagement/storeTransferOut/edit/${this.basicInfoData.id}/${this.basicInfoData.storeCallOutSn}` })
     }
   },
+  mounted () {
+    this.printCostChecked = true
+    this.getDetail()
+  },
   activated () {
     this.printCostChecked = true
     this.getDetail()