소스 검색

移除 notice

wangzhihui 4 년 전
부모
커밋
30351b0f02
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/views/voyage/voyageList.vue

+ 0 - 4
src/views/voyage/voyageList.vue

@@ -204,10 +204,6 @@ export default {
       });
 
       if (res.data.status == 0) {
-        ElNotification({
-          type: "success",
-          title: res.data.msg,
-        });
         tableData.value = res.data.result;
       } else {
         tableData.value = [];