|
|
@ -121,6 +121,7 @@ export default { |
|
|
|
keyWords: '', |
|
|
|
activityId: '', |
|
|
|
formData: { |
|
|
|
customerId:"", |
|
|
|
orgId: this.$store.state.user.agencyId,//发布组织 |
|
|
|
categoryCode: "",//栏目分类 |
|
|
|
title: "",//文章标题 |
|
|
@ -131,7 +132,7 @@ export default { |
|
|
|
status: 0, //状态 |
|
|
|
attachmentList:[], |
|
|
|
orgType:"", |
|
|
|
orgId:"", |
|
|
|
agencyId:"", |
|
|
|
orgName:"" |
|
|
|
}, |
|
|
|
serviceList: [], |
|
|
@ -143,17 +144,17 @@ export default { |
|
|
|
|
|
|
|
demandOptions: [], |
|
|
|
uploadUrl: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2', |
|
|
|
customerId: localStorage.getItem('customerId'), |
|
|
|
// customerId: localStorage.getItem('customerId'), |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
components: { Tinymce, UploadImage }, |
|
|
|
mounted() { |
|
|
|
console.log(this.$store.state.user,"dsjkhsdhgkflkjhsd"); |
|
|
|
|
|
|
|
this.formData.customerId=this.$store.state.user.customerId, |
|
|
|
this.formData.orgName=this.$store.state.user.agencyName, |
|
|
|
this.formData.orgType=this.$store.state.user.agencyName, |
|
|
|
this.formData.orgId=this.$store.state.user.agencyId, |
|
|
|
this.formData.orgType=this.$store.state.user.level, |
|
|
|
this.formData.agencyId=this.$store.state.user.agencyId, |
|
|
|
this.advertisingTag() |
|
|
|
this.setDefaultReleaseTime(); |
|
|
|
|
|
|
|