|
@@ -689,7 +689,7 @@ export default {
|
|
|
this.eventList.name = ''
|
|
|
if (this.form.id) {
|
|
|
this.$set(this.form,'signProjectIds',this.form.signPatentNo || this.form.signProjectId)
|
|
|
- if (this.form.eventIds) {
|
|
|
+ if (this.form.eventIds && this.form.eventIds.length>0) {
|
|
|
this.form.eventId = this.form.eventIds[0]
|
|
|
this.show = true
|
|
|
this.eventList.disabled = false
|
|
@@ -706,6 +706,8 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.changeEvent(this.form.eventId)
|
|
|
+ }else{
|
|
|
+ this.getEventList()
|
|
|
}
|
|
|
} else {
|
|
|
this.$set(this.form, 'matterIds', form.matterId)
|