fix
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user