Browse Source

办事指南新增

xiaowang-featrue
是小王呀\24601 9 months ago
parent
commit
f56d390885
  1. 13
      src/views/modules/workPc/guidance/add.vue

13
src/views/modules/workPc/guidance/add.vue

@ -129,7 +129,10 @@ export default {
sendMsg: false,// sendMsg: false,//
top: 1,// top: 1,//
status: 0, // status: 0, //
attachmentList:[] attachmentList:[],
orgType:"",
orgId:"",
orgName:""
}, },
serviceList: [], serviceList: [],
// gridList: [], // gridList: [],
@ -137,6 +140,7 @@ export default {
agencyName:"", agencyName:"",
releaseTime: '', releaseTime: '',
demandOptions: [], demandOptions: [],
uploadUrl: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2', uploadUrl: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2',
customerId: localStorage.getItem('customerId'), customerId: localStorage.getItem('customerId'),
@ -145,8 +149,11 @@ export default {
}, },
components: { Tinymce, UploadImage }, components: { Tinymce, UploadImage },
mounted() { mounted() {
this.agencyName=this.$store.state.user.agencyName, console.log(this.$store.state.user,"dsjkhsdhgkflkjhsd");
this.agencyId=this.$store.state.user.agencyId,
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.advertisingTag() this.advertisingTag()
this.setDefaultReleaseTime(); this.setDefaultReleaseTime();

Loading…
Cancel
Save