Browse Source

获取项目修改

duy 1 week ago
parent
commit
d0eeb53c88
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/manager/wbsinfo.vue

+ 2 - 1
src/views/manager/wbsinfo.vue

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