桩点支架分批次上传

This commit is contained in:
Teo
2025-05-27 19:53:19 +08:00
parent 933fe4d74a
commit e2e4550736
9 changed files with 138 additions and 513 deletions

View File

@ -210,6 +210,7 @@ const clickOpen = (row: any) => {
expandRowKeys.value = [...new Set(expandRowKeys.value)];
};
defineExpose({ openDialog });
const emit = defineEmits(['getProgressList']);
</script>