Explorar el Código

移除 notice

wangzhihui hace 4 años
padre
commit
30351b0f02
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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 = [];