Browse Source

退货确认

lilei 3 years ago
parent
commit
4d103747f0
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/allocationManagement/transferReturn/detail.vue

+ 7 - 0
src/views/allocationManagement/transferReturn/detail.vue

@@ -156,6 +156,13 @@ export default {
       this.pageInit()
     }
   },
+  watch: {
+    outBizSn (newValue, oldValue) {
+      if (newValue) {
+        this.pageInit()
+      }
+    }
+  },
   beforeRouteEnter (to, from, next) {
     next(vm => {})
   }