@@ -320,7 +320,8 @@ export default {
getProjectListPage({
current:1,
size:999,
- ...this.searchForm
+ isCollect:0,
+
}).then((res) => {
this.projectList = res.data.data.records;