lxf 4 주 전
부모
커밋
af02815133
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      jy-ui/src/views/business/log/userOperation/index.vue

+ 0 - 4
jy-ui/src/views/business/log/userOperation/index.vue

@@ -172,10 +172,6 @@ const columnConfig: ColumnConfigType[] = [
           dialogVisible.value = true
           getDetailApi({ id: row.id }).then((resp: StrAnyObj) => {
             formData.value = resp
-            console.log(resp)
-
-            console.log(JSON.parse(resp.operationData))
-            console.log(JSON.parse(resp.sourceData))
           })
         }
       }