This commit is contained in:
liuye
2022-06-13 13:40:40 +08:00
parent a24bb7b311
commit 1aef4afb70

View File

@@ -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) {