From 733b391ef3d09a81117a009b1151fc6cc0dbef69 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 5 Jan 2026 22:01:00 +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/business/apply/addApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/apply/addApply.vue b/src/views/business/apply/addApply.vue index 260350c9..d1693ec2 100644 --- a/src/views/business/apply/addApply.vue +++ b/src/views/business/apply/addApply.vue @@ -474,7 +474,7 @@ export default { }, methods: { goBack() { - this.$router.push({ path: '/business/outbound/applyList' }) + this.$router.push({ path: '/business/outbound/addApply' }) }, // 获取使用项目的下拉选 async getUseProjectList() {