fix: 云账号详情页面更新报错

This commit is contained in:
jiangweidong
2023-10-26 11:50:34 +08:00
committed by 老广
parent da00ae84a8
commit 63d6578991

View File

@@ -39,7 +39,7 @@ export default {
this.$router.push({
name: routeName,
params: { id: id },
query: { provider: vm.Account.provider }
query: { provider: vm.Account.provider.value }
})
}
}