From 5c50d94dfa4161a1f1f9721c60e147e2a0909baa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com>
Date: Mon, 28 Oct 2024 21:24:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=A4=9A?=
=?UTF-8?q?=E7=AA=97=E5=8F=A3=E9=A1=B5=E9=9D=A2=E7=BC=93=E5=AD=98=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/store/modules/keepAlive.js | 2 +-
src/views/cost/feeRecords/index.vue | 3 ++-
src/views/cost/shipmentStatistics/index.vue | 1 +
src/views/docsManager/index.vue | 2 +-
src/views/earlyManager/index.vue | 11 ++---------
src/views/order/inventoryList/index.vue | 1 +
src/views/order/inventoryStatistics/index.vue | 1 +
src/views/setting/advanced/index.vue | 1 +
src/views/setting/bom/index.vue | 1 +
src/views/setting/company/index.vue | 1 +
src/views/setting/log/index.vue | 1 +
src/views/setting/partsMag/index.vue | 2 +-
src/views/setting/role/index.vue | 1 +
src/views/setting/warehouse/index.vue | 2 +-
src/views/shipment/shipmentDataConfirm/index.vue | 1 +
src/views/shipment/shipmentList/index.vue | 1 +
src/views/shipment/shipmentStatistics/index.vue | 1 +
17 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/src/store/modules/keepAlive.js b/src/store/modules/keepAlive.js
index c143cf5..a52f9c4 100644
--- a/src/store/modules/keepAlive.js
+++ b/src/store/modules/keepAlive.js
@@ -11,7 +11,7 @@ export default {
}
},
removeKeepLive(state, component){
- var index = state.keepLiveRoute.indexOf(component);
+ const index = state.keepLiveRoute.indexOf(component);
if(index !== -1){
state.keepLiveRoute.splice(index, 1);
}
diff --git a/src/views/cost/feeRecords/index.vue b/src/views/cost/feeRecords/index.vue
index 4a46123..4737f2c 100644
--- a/src/views/cost/feeRecords/index.vue
+++ b/src/views/cost/feeRecords/index.vue
@@ -80,12 +80,13 @@
-
+