Procházet zdrojové kódy

删除没用的console.log

lighter před 2 roky
rodič
revize
b6a2d85c91
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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({