Browse Source

移除 notice

wangzhihui 4 years ago
parent
commit
30351b0f02
1 changed files with 0 additions and 4 deletions
  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 = [];