From ec5ca4b27f2721e9408aa70c729c2bb9f854ec41 Mon Sep 17 00:00:00 2001 From: userName <244140623@qq.com> Date: Thu, 22 Feb 2024 11:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui-vue3/src/views/mts/planDetail/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruoyi-ui-vue3/src/views/mts/planDetail/index.vue b/ruoyi-ui-vue3/src/views/mts/planDetail/index.vue index 1e981ee..b1e9795 100644 --- a/ruoyi-ui-vue3/src/views/mts/planDetail/index.vue +++ b/ruoyi-ui-vue3/src/views/mts/planDetail/index.vue @@ -387,6 +387,7 @@ function submitFormDate() { proxy.$modal.msgSuccess("修改成功"); openDate.value = false; getList(); + resetDate(); }).finally(() => { buttonLoading.value = false; }); @@ -395,6 +396,7 @@ function submitFormDate() { proxy.$modal.msgSuccess("新增成功"); openDate.value = false; getList(); + resetDate(); }).finally(() => { buttonLoading.value = false; });