Browse Source

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

3.0.0/version-upgrade
OS 3 years ago committed by GitHub
parent
commit
8606cbd493
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