|
|
|
@ -163,15 +163,15 @@
|
|
|
|
if (newVal) {
|
|
|
|
if (newVal) {
|
|
|
|
if (this.type === 'editor') {
|
|
|
|
if (this.type === 'editor') {
|
|
|
|
this.getDetail()
|
|
|
|
this.getDetail()
|
|
|
|
}
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.id = ''
|
|
|
|
this.id = ''
|
|
|
|
this.type = '';
|
|
|
|
this.type = '';
|
|
|
|
|
|
|
|
this.detail.id='';
|
|
|
|
this.detail.url = '';
|
|
|
|
this.detail.url = '';
|
|
|
|
this.detail.mobile = '';
|
|
|
|
this.detail.mobile = '';
|
|
|
|
this.detail.email = 'zhoucl@langye.net,wangqp@longyears.cn'
|
|
|
|
this.detail.email = 'zhoucl@langye.net,wangqp@longyears.cn'
|
|
|
|
this.$refs['addActivity'].reset();
|
|
|
|
this.$refs['addActivity'].reset();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|