|
@@ -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()
|
|
|
}
|
|
|
}
|