lsc 2 년 전
부모
커밋
eed098344c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/pages/GM/examine.vue

+ 2 - 2
src/components/pages/GM/examine.vue

@@ -150,7 +150,7 @@ export default {
           }
         )
           .then(() => {
-            if (this.time()) {
+            // if (this.time()) {
               let params = [
                 {
                   cid:cid,
@@ -173,7 +173,7 @@ export default {
                   this.$message.error("审核失败");
                   console.error(err);
                 });
-            }
+            // }
           })
           .catch(() => { });
     }