|
|
@@ -137,14 +137,15 @@ export default {
|
|
|
search: this.search,
|
|
|
query: {
|
|
|
userId: this.$store.state.userInfo.id,
|
|
|
- consignment: true
|
|
|
+ status: 'TRANSFERRED'
|
|
|
}
|
|
|
};
|
|
|
} else {
|
|
|
return {
|
|
|
search: this.search,
|
|
|
query: {
|
|
|
- userId: this.$store.state.userInfo.id
|
|
|
+ userId: this.$store.state.userInfo.id,
|
|
|
+ status: 'NORMAL,TRADING,GIFTING'
|
|
|
}
|
|
|
};
|
|
|
}
|