24282 hace 1 mes
padre
commit
8dadffec73
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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))
           })
         }
       }