|
@@ -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;
|