|
@@ -1162,7 +1162,7 @@ const saveShipOwner = async () => {
|
|
|
} else if (res.data.status === 3) {
|
|
} else if (res.data.status === 3) {
|
|
|
ElNotification({
|
|
ElNotification({
|
|
|
title: "成功",
|
|
title: "成功",
|
|
|
- message: 'res.data.msg || "已提交"',
|
|
|
|
|
|
|
+ message: res.data.msg || "已提交",
|
|
|
type: "success",
|
|
type: "success",
|
|
|
});
|
|
});
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|