Browse Source

项目管理活动开展获取数据

Q-ABAB 2 years ago
parent
commit
601ece3fe0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/projectManage/ProjectManagement3.vue

+ 2 - 2
src/views/projectManage/ProjectManagement3.vue

@@ -123,9 +123,9 @@
             let param={
             let param={
               uid:this.$store.state.userInfo.userid,
               uid:this.$store.state.userInfo.userid,
               pid:JSON.parse(localStorage.getItem('pid')),
               pid:JSON.parse(localStorage.getItem('pid')),
-              cid:0,
+              cid:"",
               leader:'',
               leader:'',
-              state:99,
+              state:"",
               page:this.table.currentPage,
               page:this.table.currentPage,
               lim:this.table.packageSize
               lim:this.table.packageSize
             }
             }