Explorar o código

日志保存不预览

duy hai 1 ano
pai
achega
a952be7dad
Modificáronse 1 ficheiros con 1 adicións e 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
     }
 }