mirror of
https://github.com/jumpserver/lina.git
synced 2025-06-26 15:11:45 +00:00
Fixed: Account Push
This commit is contained in:
parent
cdbee9649b
commit
49cea9616a
@ -297,8 +297,8 @@ export default {
|
|||||||
can: () => {
|
can: () => {
|
||||||
return vm.$hasPerm('accounts.add_account') && !this.$store.getters.currentOrgIsRoot
|
return vm.$hasPerm('accounts.add_account') && !this.$store.getters.currentOrgIsRoot
|
||||||
},
|
},
|
||||||
callback: async() => {
|
callback: () => {
|
||||||
await this.getAssetDetail()
|
// await this.getAssetDetail()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
vm.iAsset = this.asset
|
vm.iAsset = this.asset
|
||||||
vm.account = {}
|
vm.account = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user