From 890e7f77cf50d32616429641deb5c38ebd14663d Mon Sep 17 00:00:00 2001 From: yanzai Date: Tue, 8 Apr 2025 13:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B7=E6=BA=90=E6=A8=A1=E6=9D=BF=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=8F=A6=E5=AD=98=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/PlanMngr/PlanModel.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin/src/views/PlanMngr/PlanModel.vue b/admin/src/views/PlanMngr/PlanModel.vue index f41e94e..eeaed5e 100644 --- a/admin/src/views/PlanMngr/PlanModel.vue +++ b/admin/src/views/PlanMngr/PlanModel.vue @@ -95,6 +95,9 @@ 确定 + + 另存 + @@ -309,6 +312,11 @@ timeList.value[index].class = "timelist_button_selected" } } + //另存 + const Save2=()=>{ + Info.value.id=0 + Save() + } //保存 const Save = () => { Info.value.y_number = [] //预留号源