From ca922a3cd2ceab35c27e17aaeed4372e6b848766 Mon Sep 17 00:00:00 2001 From: pengwei Date: Wed, 21 May 2025 19:28:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AF=BC=E5=85=A5=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/data/gj-replenish.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/data/gj-replenish.vue b/src/components/data/gj-replenish.vue index 6b621b7..b0c51c1 100644 --- a/src/components/data/gj-replenish.vue +++ b/src/components/data/gj-replenish.vue @@ -16,7 +16,7 @@ const emit=defineEmits(['success','close']) //监听导入类型 watch(()=>replenishType,()=>{ fileList.value=[] - if (replenishType == 1){ + if (replenishType === 1){ dialogTitle.value='国家信访集访导入' }else{ dialogTitle.value='国家信访领导接访导入' @@ -79,10 +79,18 @@ const handleNext = async ()=>{
文件模板 {{dialogTitle}}模板.xlsx 下载国家信访集访导入模板.xlsx 下载 + 国家信访领导接访导入模板.xlsx 下载