소스 검색

bug 修复

lilei 3 년 전
부모
커밋
7fa19a5548

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1655257761090
+  "version": 1655259990365
 }

+ 0 - 1
src/components/MultiTab/MultiTab.vue

@@ -153,7 +153,6 @@ export default {
   watch: {
     '$route': function (newVal, oldVal) {
       if (newVal.name == oldVal.name) { return }
-      // console.log(newVal, oldVal, this.pages)
       // 解决页面地址相同参数不同时打开多个页签问题(例 详情页id或sn不同时)
       const index = this.tabsList.indexOf(newVal.name)
 

+ 1 - 1
src/layouts/BasicLayout.vue

@@ -234,7 +234,7 @@ export default {
         description: `临到月底了,请尽快处理系统中没有完结的单据!`
       })
     }
-    this.$store.state.app.isNewTab = true
+
     // 打印设置
     this.$store.commit('SET_pdfPrintList', [])
     this.$store.commit('SET_showPdfPrint', false)

+ 1 - 1
src/views/allocationManagement/chainTransferOut/list.vue

@@ -403,7 +403,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },

+ 1 - 1
src/views/allocationManagement/storeTransferOut/list.vue

@@ -388,7 +388,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },

+ 1 - 1
src/views/allocationManagement/warehouseAllocation/list.vue

@@ -306,7 +306,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },

+ 1 - 1
src/views/bulkManagement/bulkReturnGoods/list.vue

@@ -393,7 +393,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },

+ 1 - 1
src/views/bulkManagement/bulkWarehousingOrder/list.vue

@@ -394,7 +394,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },

+ 1 - 1
src/views/purchasingManagement/purchaseOrder/list.vue

@@ -369,7 +369,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },

+ 1 - 1
src/views/purchasingManagement/purchaseReturn/list.vue

@@ -369,7 +369,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },

+ 1 - 1
src/views/purchasingManagement/purchaseReturnOutSync/list.vue

@@ -364,7 +364,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },

+ 2 - 2
src/views/salesManagement/salesQuery/list.vue

@@ -490,7 +490,7 @@ export default {
       const b = this.$store.state.app.updateList
       // 是否从首页点击进入
       const isHomeNav = this.getIsHomeNav()[this.$route.name]
-      console.log(a, b, this.getIsHomeNav(), isHomeNav, this.$route.name)
+      console.log(a, b)
 
       // 从首页进入,判断式新建还式待办查询
       if (isHomeNav) {
@@ -513,7 +513,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     }

+ 1 - 1
src/views/salesManagement/salesReturn/list.vue

@@ -335,7 +335,7 @@ export default {
         }
       }
       // 仅刷新列表,不重置页面
-      if (b) {
+      if (b || a == b) {
         this.$refs.table.refresh()
       }
     },