Przeglądaj źródła

fix(shipOwnerManage): 修复船东详情页面通知消息显示问题

- 修正了通知消息中的语法错误
- 确保成功提交时显示正确的消息内容
wzg 8 miesięcy temu
rodzic
commit
8e01a48b3c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/shipOwnerManage/shipOwnerDetail.vue

+ 1 - 1
src/views/shipOwnerManage/shipOwnerDetail.vue

@@ -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(() => {