From e8dc354c105e0858540196eb272f9e476891c3b3 Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Fri, 17 Oct 2025 17:25:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/foundation/subscribe/list/add.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/foundation/subscribe/list/add.vue b/src/views/foundation/subscribe/list/add.vue index b3103af..a966282 100644 --- a/src/views/foundation/subscribe/list/add.vue +++ b/src/views/foundation/subscribe/list/add.vue @@ -74,7 +74,6 @@ const handleAdd = () => { } }; const handleGoList = () => { - detailsRef?.value?.formElement?.resetFields(); setTimeout(() => { $router.replace({ path: "/foundation/subscribe/list/index" }); $Bus.emit("setResetList"); @@ -88,6 +87,8 @@ const getSubscribeAdd = async (params: any) => { useMsg("success", "新增成功 !"); dataStore.ruleForm = cloneDeep(RULE_FORM); dataStore.ruleForm.org_number = ["101"]; + detailsRef?.value?.formElement?.resetFields(); + handleGoList(); } }; //更新