Explorar el Código

日志保存不预览

duy hace 1 año
padre
commit
a952be7dad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/ledger/components/table-form.vue

+ 1 - 1
src/views/ledger/components/table-form.vue

@@ -528,7 +528,7 @@ const tableFormSaveClick = async () => {
     const res = await saveExcelBussData()
     if (res) {
         await checkTheLogTaskStatus(recordTime.value, primaryKeyId)
-        await getBussPdfInfo()
+        // await getBussPdfInfo()
         tableFormSaveLoading.value = false
     }
 }