Explorar o código

活动详细所属项目bug修改

Q-ABAB %!s(int64=2) %!d(string=hai) anos
pai
achega
715eb97287
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/activityManage/makerActvityApplyMain.vue

+ 2 - 1
src/views/activityManage/makerActvityApplyMain.vue

@@ -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)
                 })