Browse Source

fix: change educational socialSecurity

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

+ 5 - 5
src/views/educational/labourManager/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;