Jelajahi Sumber

活动申请所属项目修改

Q-ABAB 2 tahun lalu
induk
melakukan
b12feb8e61
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/activityManage/makerActvityApplyMain.vue

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

@@ -84,7 +84,7 @@ 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].filter(item=>item.isupload!='2');
+                    this.makerActvityApplyData.project = res.data[0].filter(item=>item.isupload=="0");
 
                 }).catch(err=>{
                     this.$message.error(err.message)