|
@@ -425,7 +425,9 @@ export default {
|
|
|
|
|
|
/* 选择研究员弹窗展开 */
|
|
|
clickRsChoose(index,type='') {
|
|
|
- if((this.edit_id && ['路演','沙龙','公开会议'].includes(this.formData.activityType)) || type) return;
|
|
|
+ console.log(this.edit_id,['路演','沙龙','公开会议'].includes(this.formData.activityType),type);
|
|
|
+
|
|
|
+ if((this.edit_id && ['路演','沙龙','公开会议'].includes(this.formData.activityType)) && type != 'raiEdit' || (type && type != 'raiEdit')) return;
|
|
|
|
|
|
this.isResearcherPicker = true;
|
|
|
console.log(this.formData.selectResearchers[index])
|