From 8781d9b45ba83b1e561732e20787b8b3b60f4c4f Mon Sep 17 00:00:00 2001 From: jiang Date: Thu, 5 Feb 2026 16:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E9=85=8D=E7=BD=AE=E7=8E=87?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentLedger/index.vue | 4 ++-- src/views/business/outbound/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/EquipmentLedger/index.vue b/src/views/EquipmentLedger/index.vue index 40277ca3..bf1b4ab0 100644 --- a/src/views/EquipmentLedger/index.vue +++ b/src/views/EquipmentLedger/index.vue @@ -911,7 +911,7 @@ import EquAnalysis from '@/views/EquipmentLedger/components/EquAnalysis' export default { name: 'EquipmentLedger', - dicts: ['user_year_type'], + dicts: ['user_year_type'], components: { AddEquip, QrcodeGenerator, EquAnalysis }, data() { return { @@ -1255,7 +1255,7 @@ export default { this.queryParams.propertyUnitId = undefined this.$refs.queryForm.resetFields() this.queryParams.pageNum = 1 - this.getDeviceList() + //this.getDeviceList() }, /** diff --git a/src/views/business/outbound/index.vue b/src/views/business/outbound/index.vue index 0c76a6d3..02d4a980 100644 --- a/src/views/business/outbound/index.vue +++ b/src/views/business/outbound/index.vue @@ -186,11 +186,11 @@ export default { }, // 查看 handleView(row) { - this.$router.push({ path: '/business/outbound/details', query: { id: row.id, isView: true } }) + this.$router.push({ path: '/all/business/outbound/details', query: { id: row.id, isView: true } }) }, // 审核 handleApprove(row) { - this.$router.push({ path: '/business/outbound/details', query: { id: row.id } }) + this.$router.push({ path: '/all/business/outbound/details', query: { id: row.id } }) } } }