소스 검색

删除控制台打印

梁展鹏 3 년 전
부모
커밋
71009111b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/photoManagement/photoVerifyManagement/modal/MultItemModal.vue

+ 1 - 1
src/views/photoManagement/photoVerifyManagement/modal/MultItemModal.vue

@@ -75,7 +75,7 @@ export default {
             auditMsg: this.form.auditMsg
           };
           if (this.ids.length > 0) params.ids = this.ids;
-          console.log(params)
+
           const { success, msg } = await auditMultiItem(params);
           if (success) {
             this.$success('保存成功!');