|
|
@@ -564,6 +564,8 @@ const tableFormSaveClick = async () => {
|
|
|
if (res) {
|
|
|
await checkTheLogTaskStatus(recordTime.value, primaryKeyId)
|
|
|
// await getBussPdfInfo()
|
|
|
+ const date = recordDate.value ?? {}, time = recordTime.value ?? ''
|
|
|
+ await getExcelBusinessData(date, time)
|
|
|
tableFormSaveLoading.value = false
|
|
|
}
|
|
|
}
|