Browse Source

feature(遵义人民):注册时关联课题组不分页查询

yanglingling 10 months ago
parent
commit
95259b54a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Register.vue

+ 1 - 1
src/views/Register.vue

@@ -329,7 +329,7 @@ export default {
         getDictDataByType("sys_com_sex"),
         getDictDataByType("sys_user_certificate"),
         getDeptTree(),
-        getProjectGroupList(),
+        getProjectGroupList({ noPage: true }),
         getDictDataByType("sci_pjt_level")
       ]).then(([type, sex, cert, dept, pjt, pjtType]) => {
         this.userTypeList = type.data.values || [];