fix: boundary scan could not save

This commit is contained in:
2025-05-19 18:47:15 +08:00
parent ba6ec73b84
commit a6ac728cf1
7 changed files with 502 additions and 453 deletions

View File

@@ -99,7 +99,6 @@ async function handleClick(event: Event): Promise<void> {
isUploading.value = true;
try {
const ret = await props.uploadEvent(bitstream.value);
console.debug(`After upload bistream: ${bitstream.value}, result: ${ret}`);
if (isUndefined(props.downloadEvent)) {
if (ret) {
dialog.info("上传成功");