This commit is contained in:
X1627315083
2025-09-02 23:15:18 +08:00
parent 48ce958835
commit 88df71f822
11 changed files with 23 additions and 12 deletions

View File

@@ -218,9 +218,9 @@ export default defineComponent({
if(filter.isShowMark && !filter.isNoData)return
filter.isShowMark = true
if(prop.otherUsers){
// if(prop.otherUsers){
data.accountId = store.state.UserHabit.userDetail.userId
}
// }
Https.axiosPost(Https.httpUrls.getPorfolio, data)
.then((rv) => {
if(data.page == 1 && rv.content.length == 0){