guoyujia 8 달 전
부모
커밋
dab5c417d8
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/views/business/packageLine/index.vue

+ 0 - 3
src/views/business/packageLine/index.vue

@@ -262,9 +262,6 @@ function handleDeleteGroup(row, index) {
       getDetails();
       proxy.$modal.msgSuccess("删除成功!");
     })
-    .catch((e) => {
-      proxy.$modal.msg("操作失败!");
-    });
 
 }