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

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

@@ -157,6 +157,10 @@ 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))
           })
         }
       }