更新
This commit is contained in:
parent
2a91e6ba42
commit
e397ea984b
|
@ -285,6 +285,9 @@ export default {
|
||||||
if (this.type === SmUserType.BIZ) {
|
if (this.type === SmUserType.BIZ) {
|
||||||
query.types = [SmUserType.AGENT, SmUserType.BIZ]
|
query.types = [SmUserType.AGENT, SmUserType.BIZ]
|
||||||
}
|
}
|
||||||
|
if (this.type === SmUserType.INVESTOR) {
|
||||||
|
query.types = [SmUserType.BIZ]
|
||||||
|
}
|
||||||
return query;
|
return query;
|
||||||
},
|
},
|
||||||
rules() {
|
rules() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user