From b0b975552bc67136a56642516b320be56dd437af Mon Sep 17 00:00:00 2001 From: pengwei Date: Fri, 23 May 2025 17:23:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:1=E3=80=81=E5=8E=BB=E9=99=A4=E9=A2=86?= =?UTF-8?q?=E5=AF=BC=E4=BE=A7=E7=9A=84=E7=A6=81=E9=97=AD=E5=85=B3=E8=81=94?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E8=AF=A6=E6=83=85=E7=9A=84=E7=A6=81?= =?UTF-8?q?=E9=97=AD=E6=9F=A5=E8=AF=A2=EF=BC=9B2=E3=80=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=A4=A7=E5=B1=8F=EF=BC=88=E7=BB=B4=E6=9D=83=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/data/gab-replenish.vue | 10 +- src/components/data/gj-replenish.vue | 9 +- src/components/negative/dialog.vue | 60 +++++++- .../negative/verify-description.vue | 115 ++++---------- src/components/negative/verify.vue | 83 +++++----- src/views/datav/RightsComfort.vue | 144 ++++++++++-------- 6 files changed, 223 insertions(+), 198 deletions(-) diff --git a/src/components/data/gab-replenish.vue b/src/components/data/gab-replenish.vue index 7477ad7..042ed8f 100644 --- a/src/components/data/gab-replenish.vue +++ b/src/components/data/gab-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='公安部信访领导接访导入' @@ -32,12 +32,11 @@ const handleNext = async ()=>{ formData.append("file", fileList.value[fileList.value.length - 1].raw); loading.value = true; try { - if(replenishType == 1){ + if (replenishType === 1){ await replenishExcelGab(formData); }else{ await replenishLedaoExcelGab(formData); } - feedback.msgSuccess("操作成功"); emit("success") } catch (e) { @@ -83,19 +82,20 @@ const handleNext = async ()=>{
文件模板 + {{dialogTitle}}模板.xlsx 下载公安部信访集访导入模板.xlsx 下载 {{dialogTitle}}模板.xlsx 下载公安部信访领导接访模板.xlsx 下载