From b05024ab9fb48e5e5a106216ed40aef5dd6e7008 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 5 Jan 2026 21:31:48 +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 --- src/views/EquipmentRetireApply/detail.vue | 4 ++-- src/views/business/apply/applyList.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/EquipmentRetireApply/detail.vue b/src/views/EquipmentRetireApply/detail.vue index 4621475d..c10c0ae8 100644 --- a/src/views/EquipmentRetireApply/detail.vue +++ b/src/views/EquipmentRetireApply/detail.vue @@ -295,9 +295,9 @@ export default { } await submitRetireApplyTaskAPI(submitData) this.$message.success('申请提交成功') - this.$router.push('/equipment/retire-apply/index') + this.$router.push('/business/EquipmentRetireApply/equipment/retire-apply') } catch (error) { - this.$message.error('提交失败') + console.log('🚀 ~ error:', error) } }, diff --git a/src/views/business/apply/applyList.vue b/src/views/business/apply/applyList.vue index 73016b7d..5139eed8 100644 --- a/src/views/business/apply/applyList.vue +++ b/src/views/business/apply/applyList.vue @@ -219,7 +219,7 @@ export default { }, // 新增 handleAdd() { - this.$router.push({ path: '/business/addApply',query: {isEdit: true } }) + this.$router.push({ path: '/business/addApply'}) }, // 查看 handleView(row) {