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

[Bug]: vue.runtime.esm.js:1897 TypeError: Cannot read properties of null (reading 'level_id') #1058

Closed
3 tasks done
onesecurity opened this issue Oct 31, 2022 · 3 comments · Fixed by #1066
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@onesecurity
Copy link

Preflight Checklist

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.
  • I am not looking for support or already pursued the available support channels without success.

Version

1.8.7

Installation Type

Official Kubernetes

Service Name

DongTai-Web

Describe the details of the bug and the steps to reproduce it

API 导航页访问出错,提示如下:

/project/projectDetail/2?activeName=apiList

image

image

Additional Information

No response

Logs

No response

@onesecurity onesecurity added the bug Something isn't working label Oct 31, 2022
@Bidaya0
Copy link
Collaborator

Bidaya0 commented Nov 1, 2022

Can you look at the data returned by the backend in the network?

@onesecurity
Copy link
Author

@Bidaya0 No such parameter

{ "status": 201, "msg": "操作成功", "data": [ { "id": 1, "path": "cn.com.xxx.xxx.service.RpcxxxService", "code_class": "", "description": "", "method": { "apimethod": "RPC", "httpmethods": [ "RPC" ] }, "code_file": "", "controller": "", "agent": 1, "from_where": 2, "is_cover": 0, "parameters": [], "responses": [], "vulnerablities": [] }, { "id": 2, "path": "cn.com.xxx.classes.service.RpcClassxxxService", "code_class": "", "description": "", "method": { "apimethod": "RPC", "httpmethods": [ "RPC" ] }, "code_file": "", "controller": "", "agent": 1, "from_where": 2, "is_cover": 0, "parameters": [], "responses": [], "vulnerablities": [] }, { "id": 3, "path": "cn.com.xxx.classes.service.RpcAppxxxService", "code_class": "", "description": "", "method": { "apimethod": "RPC", "httpmethods": [ "RPC" ] }, "code_file": "", "controller": "", "agent": 1, "from_where": 2, "is_cover": 0, "parameters": [], "responses": [], "vulnerablities": [] }, { "id": 4, "path": "/wx/getDetail", "code_class": "", "description": "", "method": { "apimethod": "GET", "httpmethods": [ "GET" ] }, "code_file": "", "controller": "", "agent": 1, "from_where": 2, "is_cover": 0, "parameters": [ { "id": 1, "name": "orderId", "parameter_type": "", "annotation": "GET请求参数", "route": 4, "parameter_type_shortcut": "" }, { "id": 2, "name": "xxx", "parameter_type": "", "annotation": "GET请求参数", "route": 4, "parameter_type_shortcut": "" }, { "id": 3, "name": "ci", "parameter_type": "", "annotation": "GET请求参数", "route": 4, "parameter_type_shortcut": "" } ], "responses": [], "vulnerablities": [ null ] } ] }

@Bidaya0 Bidaya0 linked a pull request Nov 2, 2022 that will close this issue
@Bidaya0
Copy link
Collaborator

Bidaya0 commented Nov 2, 2022

has been fixed in this pr #1066
Will be released with the next version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants