Browse Source

退货确认

lilei 3 năm trước cách đây
mục cha
commit
4d103747f0
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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 => {})
   }