Ver Fonte

修改bug

chenrui há 2 anos atrás
pai
commit
970df431fc

+ 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()