qinzhipeng_v 5 năm trước cách đây
mục cha
commit
f8c1255930
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/projectManage/dialog_vue.vue

+ 1 - 1
src/views/projectManage/dialog_vue.vue

@@ -245,7 +245,7 @@ export default {
           })
           break
       }
-      projectList({ curIndex: 1, pageSize: 15 }).then(res => { // 获取项目(查询)
+      projectList({ }).then(res => { // 获取项目(查询)
         this.projectList = res.data
       })
       configShowRequirementVersionEnum('').then(res => {