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