Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mis-web): 管理系统web后端直接返回grpc操作日志结果,在浏览器端进行后处理 #864

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

piccaSun
Copy link
Contributor

做了什么

删除apps/mis-web/src/api/loggetOperationLog中的返回值

 operationType: x.operationEvent?.["$case"] || "unknown",
 operationCode: x.operationEvent?.["$case"] ? OperationCodeMap[x.operationEvent?.["$case"]] : "000000",
 operationDetail: getOperationDetail(x),

增加返回
operationEvent: x.operationEvent,

mis-web前端去实现对audit-server服务的grpc返回值的再处理

@changeset-bot
Copy link

changeset-bot bot commented Sep 19, 2023

🦋 Changeset detected

Latest commit: 39b1a58

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@scow/mis-web Patch
@scow/auth Patch
@scow/gateway Patch
@scow/mis-server Patch
@scow/portal-server Patch
@scow/portal-web Patch
@scow/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@piccaSun piccaSun requested a review from ddadaal September 19, 2023 07:49
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6202125) 71.01% compared to head (39b1a58) 71.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #864   +/-   ##
=======================================
  Coverage   71.01%   71.01%           
=======================================
  Files         129      129           
  Lines        3664     3664           
  Branches      481      481           
=======================================
  Hits         2602     2602           
  Misses        970      970           
  Partials       92       92           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ddadaal ddadaal changed the title feat(mis-web): 修改管理系统web后端操作日志的返回值 feat(mis-web): 管理系统web后端直接返回grpc操作日志结果,在浏览器端进行后处理 Sep 19, 2023
@ddadaal ddadaal merged commit c50b18e into master Sep 19, 2023
10 checks passed
@ddadaal ddadaal deleted the feat-get-operation-log branch September 19, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants