heyang 10 月之前
父节点
当前提交
cf279c7655

+ 1 - 1
src/views/chemicalManage/inventoryManagement/savePending/addPage.vue

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

+ 1 - 1
src/views/chemicalManage/purchaseManage/purchaseRegister/addPage.vue

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