|
|
@ -355,6 +355,9 @@ export default { |
|
|
|
this.formData.sponsors=res.data.sponsors, |
|
|
|
this.searchValue=res.data.address |
|
|
|
this.formData.activityImgs=[{url:res.data.imgs}] |
|
|
|
if ( this.formData.notQuota==0) { |
|
|
|
this.checked=true |
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
this.$message.error(res.msg); |
|
|
@ -655,6 +658,7 @@ export default { |
|
|
|
this.orgOptions.push(res.data); |
|
|
|
console.log(this.orgOptions,"this.orgOptions"); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
}) |
|
|
|
.catch(() => { |
|
|
|