|
@@ -665,7 +665,7 @@
|
|
},
|
|
},
|
|
//通过当前用户id查询所属课题组
|
|
//通过当前用户id查询所属课题组
|
|
systemTopicTopicList(userId){
|
|
systemTopicTopicList(userId){
|
|
- systemTopicTopicList({"userByAffiliation":userId}).then(response => {
|
|
|
|
|
|
+ systemTopicTopicList({"userByAffiliation":userId,pageSize:-1}).then(response => {
|
|
if (response.data.records[0]){
|
|
if (response.data.records[0]){
|
|
this.$set(this.newData,'topicGroupId',response.data.records[0].id);
|
|
this.$set(this.newData,'topicGroupId',response.data.records[0].id);
|
|
this.$set(this.newData,'topicGroupName',response.data.records[0].topicName);
|
|
this.$set(this.newData,'topicGroupName',response.data.records[0].topicName);
|