From 3991cdbed9ca18fc9107fd90fdc4407e602e064d Mon Sep 17 00:00:00 2001 From: JayChou Date: Thu, 8 May 2025 15:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=8D=E5=A4=8D=E5=A1=AB?= =?UTF-8?q?=E5=86=99=E5=AE=9E=E9=AA=8C=E6=8A=A5=E5=91=8A=E7=B4=AF=E8=AE=A1?= =?UTF-8?q?=E8=AE=A1=E5=88=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/program/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/program/index.vue b/src/views/program/index.vue index 1c9358d..e8e44d9 100644 --- a/src/views/program/index.vue +++ b/src/views/program/index.vue @@ -1584,6 +1584,7 @@ const exportWord = async () => { // return; await saveReport({ summarize: form.value.shijianZhongJie, + isRedo:form.value.shijianZhongJie ? true : false }); dialogVisible.value = false; ElMessage.success("保存成功");