- 修正了通知消息中的语法错误 - 确保成功提交时显示正确的消息内容
@@ -1162,7 +1162,7 @@ const saveShipOwner = async () => {
} else if (res.data.status === 3) {
ElNotification({
title: "成功",
- message: 'res.data.msg || "已提交"',
+ message: res.data.msg || "已提交",
type: "success",
});
setTimeout(() => {