소스 검색

删除没用的console.log

lighter 2 년 전
부모
커밋
b6a2d85c91
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/dictionary/HisWjwMatch.vue

+ 0 - 1
src/views/dictionary/HisWjwMatch.vue

@@ -207,7 +207,6 @@ const executeMatch = () => {
     hisWjwMatchEntity.targetCodeColumn = 'yb_code'
     hisWjwMatchEntity.targetNameColumn = 'yb_name'
   }
-  console.log(hisWjwMatchEntity)
   executeMatchAction(hisWjwMatchEntity).then((res) => {
     currentHisRow.wjwCode = hisWjwMatchEntity.wjwCode
     ElMessage({