Browse Source

fix bug: 6523 Failed to authorize resource (#6524) (#6526)

Co-authored-by: OS <29528966+lenboo@users.noreply.github.com>
2.0.7-release
Jiajie Zhong 3 years ago committed by GitHub
parent
commit
0659aa3f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/conf/home/store/security/actions.js

2
dolphinscheduler-ui/src/js/conf/home/store/security/actions.js

@ -218,7 +218,7 @@ export default {
// Authorized project
const p1 = new Promise((resolve, reject) => {
io.get(`${o.category}/authorize-resource-tree`, param, res => {
io.get(`${o.category}/authed-resource-tree`, param, res => {
resolve(res.data)
}).catch(e => {
reject(e)

Loading…
Cancel
Save