Parcourir la source

修复日志填报问题

iZaiZaiA il y a 2 ans
Parent
commit
371075bc1a
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/ledger/components/table-form.vue

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

@@ -422,9 +422,10 @@ const deleProcess = (index) => {
 //保存数据
 const tableFormSaveLoading = ref(false)
 const tableFormSaveClick = async () => {
+    const {primaryKeyId} = menuItem.value
     const res = await saveExcelBussData()
     if (res) {
-        checkTheLogTaskStatus()
+        await checkTheLogTaskStatus(recordTime.value, primaryKeyId)
         await getBussPdfInfo()
     }
 }