Browse Source

fix: change educational socialSecurity

DESKTOP-USV654P\pc 1 month ago
parent
commit
c56d2fc72d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/educational/socialSecurity/index.vue

+ 5 - 5
src/views/educational/socialSecurity/index.vue

@@ -47,11 +47,11 @@
   });
   const [viewModalreg, { openModal }] = useModal();
   const { createMessage, createConfirm } = useMessage();
-  const handleExport = async () => {
-    const data = await getBasepersonnellabourcapitalExport({});
-    downloadByData(data.data, `社保基数${formatToDateTime(new Date(), 'YYYYMMDDHHmmss')}.xlsx`);
-    createMessage.success('导出成功');
-  };
+  //   const handleExport = async () => {
+  //     const data = await getBasepersonnellabourcapitalExport({});
+  //     downloadByData(data.data, `社保基数${formatToDateTime(new Date(), 'YYYYMMDDHHmmss')}.xlsx`);
+  //     createMessage.success('导出成功');
+  //   };
   const beforeUpload = async (e) => {
     file.value = e;
     return false;