Browse Source

办事指南新增

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

2
package.json

@ -23,7 +23,7 @@
"@antv/l7": "2.9.14", "@antv/l7": "2.9.14",
"@antv/l7-draw": "3.0.5", "@antv/l7-draw": "3.0.5",
"@antv/l7-maps": "2.9.14", "@antv/l7-maps": "2.9.14",
"@riophae/vue-treeselect": "^0.4.0", "@riophae/vue-treeselect": "^0.4.0",
"@tinymce/tinymce-vue": "^3.2.8", "@tinymce/tinymce-vue": "^3.2.8",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
"axios": "^0.19.0", "axios": "^0.19.0",

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

@ -129,13 +129,17 @@ export default {
sendMsg: false,// sendMsg: false,//
top: 1,// top: 1,//
status: 0, // status: 0, //
attachmentList:[] attachmentList:[],
orgType:"",
orgId:"",
orgName:""
}, },
serviceList: [], serviceList: [],
// gridList: [], // gridList: [],
agencyId: '', agencyId: '',
agencyName:"", agencyName:"",
releaseTime: '', releaseTime: '',
demandOptions: [], demandOptions: [],
uploadUrl: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2', uploadUrl: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2',
@ -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