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