24282 1 tháng trước cách đây
mục cha
commit
8dadffec73
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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))
           })
         }
       }