瀏覽代碼

bug修复,出库详情,为弹框时不请求数据

chenrui 3 年之前
父節點
當前提交
025229cddb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesManagement/pushOrderManagement/detail.vue

+ 1 - 1
src/views/salesManagement/pushOrderManagement/detail.vue

@@ -213,7 +213,7 @@ export default {
     }
     }
   },
   },
   mounted () {
   mounted () {
-    if (!this.$store.state.app.isNewTab || this.outBizSn) { // 页签刷新 或 为弹框时调用
+    if (!this.$store.state.app.isNewTab || this.outBizSubSn) { // 页签刷新 或 为弹框时调用
       this.$refs.table.refresh(true)
       this.$refs.table.refresh(true)
       this.getDetail()
       this.getDetail()
     }
     }