修复画布有时候无法打开bug

This commit is contained in:
X1627315083
2025-09-11 15:43:19 +08:00
parent 14725b430e
commit b72b0d0cc6
4 changed files with 7 additions and 9 deletions

View File

@@ -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) => {