Browse Source
Merge pull request #233 from colinin/4.2
fix persisted-grants
pull/252/head
cKey
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
vueJs/src/views/admin/identityServer/persisted-grants/components/PersistedGrantProfile.vue
-
vueJs/src/views/admin/identityServer/persisted-grants/index.vue
|
|
|
@ -138,7 +138,7 @@ export default class extends Mixins(HttpProxyMiXin) { |
|
|
|
service: 'IdentityServer', |
|
|
|
controller: 'PersistedGrant', |
|
|
|
action: 'GetAsync', |
|
|
|
data: { |
|
|
|
params: { |
|
|
|
id: this.id |
|
|
|
} |
|
|
|
}).then(res => { |
|
|
|
|
|
|
|
@ -195,7 +195,7 @@ export default class extends mixins(DataListMiXin, HttpProxyMiXin) { |
|
|
|
service: 'IdentityServer', |
|
|
|
controller: 'PersistedGrant', |
|
|
|
action: 'DeleteAsync', |
|
|
|
data: { |
|
|
|
params: { |
|
|
|
id: id |
|
|
|
} |
|
|
|
}).then(() => { |
|
|
|
|