瀏覽代碼

活动申请所属项目修改

Q-ABAB 2 年之前
父節點
當前提交
b12feb8e61
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)