|
@@ -106,7 +106,10 @@ const { run: runRoleDetail } = useRequest(queryRoleDetail, {
|
|
|
},
|
|
},
|
|
|
onSuccess: (res) => {
|
|
onSuccess: (res) => {
|
|
|
formData.value.customertype = res.data.customertype.customertype
|
|
formData.value.customertype = res.data.customertype.customertype
|
|
|
- runAccountIdForMarket()
|
|
|
|
|
|
|
+ // 获取资金账号信息
|
|
|
|
|
+ runAccountIdForMarket({
|
|
|
|
|
+ userid: props.record?.userid
|
|
|
|
|
+ })
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
|