From 509c1d4172c373f1b3260d812e2181065c3cec31 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 22 Dec 2025 16:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EquipmentEntryApply/equipmentInput/add.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/views/EquipmentEntryApply/equipmentInput/add.vue b/src/views/EquipmentEntryApply/equipmentInput/add.vue index 584c6303..08e178f7 100644 --- a/src/views/EquipmentEntryApply/equipmentInput/add.vue +++ b/src/views/EquipmentEntryApply/equipmentInput/add.vue @@ -525,11 +525,25 @@ export default { // 返回上一页 goBack() { // this.$tab.closePage() - this.$router.go(-1) + this.$router.push({ + name: 'equipmentInput', + query: { + orderId: this.orderId, + isAddVisible: false, + isApprovalVisible: false, + }, + }) }, close() { this.$tab.closePage({ path: '/equipment/equipment-input/add' }).then(() => { - this.$router.go(-1) + this.$router.push({ + name: 'equipmentInput', + query: { + orderId: this.orderId, + isAddVisible: false, + isApprovalVisible: false, + }, + }) }) }, deviceTypeChange(val) {