This commit is contained in:
Teo
2025-08-30 00:01:14 +08:00
parent 2b88c32489
commit 5b118055c5
7 changed files with 83 additions and 48 deletions

View File

@ -546,7 +546,7 @@ const handleTerminationTask = async () => {
if (isDrawing.value) {
isShowTermination.value = true;
nextTick(() => {
detailFormTeRef.value.getInfo(props.businessId);
detailFormTeRef.value.getInfo(props.businessId1);
});
return;
}