30176
This commit is contained in:
@@ -122,7 +122,8 @@ export default {
|
||||
name: this.keyword,
|
||||
current: this.current,
|
||||
size: 10,
|
||||
createUserId: this.type == 1 ? this.user.id : ''
|
||||
createUserId: this.type == 1 ? this.user.id : '',
|
||||
type: this.currIndex == 1 ? '3' : '1'
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user