修复画布有时候无法打开bug
This commit is contained in:
@@ -365,7 +365,8 @@ export default defineComponent({
|
||||
imgData.loadingShow = true
|
||||
// let data = value
|
||||
let data = {
|
||||
id:value.id
|
||||
id:value.id,
|
||||
accountId:userDetail?.value?.userId
|
||||
}
|
||||
Https.axiosPost(Https.httpUrls.getPorfolioDetail,data).then(
|
||||
(rv: any) => {
|
||||
|
||||
Reference in New Issue
Block a user