Browse Source

日志保存不预览

duy 1 year ago
parent
commit
a952be7dad
1 changed files with 1 additions and 1 deletions
  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
     }
 }