lilei 1 년 전
부모
커밋
b47d8306ca
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/salesReturnManagement/billOfLading/add.vue

+ 1 - 0
src/views/salesReturnManagement/billOfLading/add.vue

@@ -373,6 +373,7 @@ export default {
               }
               // 提交
               if (type == 'submit') {
+                pickUpDetail({ pickUpSn: this.$route.params.sn })
                 _this.openDepartUserModal = true
                 _this.pickUpSn = res.data.pickUpSn
               }