保存进度!

This commit is contained in:
2023-09-27 19:57:33 +08:00
parent b8df96ac42
commit 0c2c762721
12 changed files with 111 additions and 48 deletions

View File

@@ -260,10 +260,12 @@ export default {
}
else
{
ElMessage({
ElMessageBox({
message: response.message,
type: "error",
});
})
.then(() => {})
.catch(() => {});
}
refresh();