mirror of
https://github.com/jumpserver/lina.git
synced 2025-11-19 06:29:54 +00:00
Compare commits
1 Commits
pr@dev@k8s
...
repr@v3@a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a048edf24f |
@@ -24,6 +24,7 @@
|
|||||||
v-model="requestForm.accounts"
|
v-model="requestForm.accounts"
|
||||||
:assets="requestForm.assets"
|
:assets="requestForm.assets"
|
||||||
:nodes="requestForm.nodes"
|
:nodes="requestForm.nodes"
|
||||||
|
:oid="requestForm.oid"
|
||||||
:show-add-template="false"
|
:show-add-template="false"
|
||||||
style="width: 50% !important"
|
style="width: 50% !important"
|
||||||
/>
|
/>
|
||||||
@@ -82,6 +83,7 @@ export default {
|
|||||||
assets: this.object.apply_assets?.map(i => i.id),
|
assets: this.object.apply_assets?.map(i => i.id),
|
||||||
accounts: this.object.apply_accounts,
|
accounts: this.object.apply_accounts,
|
||||||
actions: this.object.apply_actions,
|
actions: this.object.apply_actions,
|
||||||
|
oid: this.object.org_id,
|
||||||
apply_date_expired: this.object.apply_date_expired,
|
apply_date_expired: this.object.apply_date_expired,
|
||||||
apply_date_start: this.object.apply_date_start
|
apply_date_start: this.object.apply_date_start
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user