|
@@ -84,7 +84,8 @@ import makerActvityApply2 from './makerActvityApply2.vue';
|
|
|
this.ajax.get(this.$store.state.api+"/GetAllProjectName",{
|
|
|
uid:this.$store.state.userInfo.userid,
|
|
|
}).then(res=>{
|
|
|
- this.makerActvityApplyData.project = res.data[0];
|
|
|
+ this.makerActvityApplyData.project = res.data[0].filter(item=>item.isupload!='2');
|
|
|
+
|
|
|
}).catch(err=>{
|
|
|
this.$message.error(err.message)
|
|
|
})
|