From 8e09b9a9cc183887ce043aa229180b18ad33ba7a Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 5 Jan 2026 22:19:47 +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/applyList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/apply/applyList.vue b/src/views/business/apply/applyList.vue index 5139eed8..223a6042 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'}) + this.$router.push({ path: '/business/addApply', query: { isEdit: false } }) }, // 查看 handleView(row) {