|
@@ -647,18 +647,18 @@ export default {
|
|
parmas = {
|
|
parmas = {
|
|
ActivityType: this.formData.activityType,
|
|
ActivityType: this.formData.activityType,
|
|
ActivityCategory: this.formData.activityClass[this.formData.activityClass.length-1],
|
|
ActivityCategory: this.formData.activityClass[this.formData.activityClass.length-1],
|
|
- City: ['公开会议', '路演'].includes(this.formData.activityType)
|
|
|
|
|
|
+ City: ['公开会议', '路演','沙龙'].includes(this.formData.activityType)
|
|
? dynaic_city_param[this.formData.activityType][1]
|
|
? dynaic_city_param[this.formData.activityType][1]
|
|
: '',
|
|
: '',
|
|
- Province: ['公开会议', '路演'].includes(this.formData.activityType)
|
|
|
|
|
|
+ Province: ['公开会议', '路演','沙龙'].includes(this.formData.activityType)
|
|
? dynaic_city_param[this.formData.activityType][0]
|
|
? dynaic_city_param[this.formData.activityType][0]
|
|
: '',
|
|
: '',
|
|
District:this.formData.District||'',
|
|
District:this.formData.District||'',
|
|
CooperationName: this.formData.partnersName,
|
|
CooperationName: this.formData.partnersName,
|
|
Theme: this.formData.meetingTheme,
|
|
Theme: this.formData.meetingTheme,
|
|
- RoadshowType: this.formData.activityType === '路演' ?
|
|
|
|
|
|
+ RoadshowType:['路演','沙龙'].includes(this.formData.activityType) ?
|
|
this.formData.roadshowType : this.formData.meetingType,
|
|
this.formData.roadshowType : this.formData.meetingType,
|
|
- RoadshowPlatform: this.formData.activityType === '路演' ?
|
|
|
|
|
|
+ RoadshowPlatform:['路演','沙龙'].includes(this.formData.activityType) ?
|
|
this.formData.roadshowPlatform : this.formData.meetingPlatform,
|
|
this.formData.roadshowPlatform : this.formData.meetingPlatform,
|
|
CompanyId: this.formData.companyId || 0,
|
|
CompanyId: this.formData.companyId || 0,
|
|
CompanyName: this.formData.companyName || '',
|
|
CompanyName: this.formData.companyName || '',
|
|
@@ -671,7 +671,7 @@ export default {
|
|
...parmas,
|
|
...parmas,
|
|
RsCalendarId: this.edit_id,
|
|
RsCalendarId: this.edit_id,
|
|
RsCalendarResearcherId: this.edit_rs_id,
|
|
RsCalendarResearcherId: this.edit_rs_id,
|
|
- EditType: ['公开会议', '路演'].includes(this.formData.activityType) ? 2 : 1
|
|
|
|
|
|
+ EditType: ['公开会议', '路演','沙龙'].includes(this.formData.activityType) ? 2 : 1
|
|
}) : await roadshowInterence.addRoadshow(parmas);
|
|
}) : await roadshowInterence.addRoadshow(parmas);
|
|
|
|
|
|
if (res.Ret !== 200) return;
|
|
if (res.Ret !== 200) return;
|