From afb919e5e4d4ee5c7be12523a33b46b980a8ae8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Fri, 18 Jul 2025 11:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=BD=E8=82=A5=E6=9C=BA=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/setParams.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/setParams.vue b/src/components/setParams.vue index 57ad0ff0..0cc813a9 100644 --- a/src/components/setParams.vue +++ b/src/components/setParams.vue @@ -47,6 +47,11 @@ export default { "$route"(newName, oldName) { this.gerRouter(); }, + + '$store.state.equipmentIndex': function (newValue, oldValue) { + const that = this; + this.getByid() + }, '$i18n.locale'() { this.initRouterList() }