fix: boundary scan could not save
This commit is contained in:
@@ -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("上传成功");
|
||||
|
||||
Reference in New Issue
Block a user