@@ -226,6 +226,10 @@
this.form.resetFields();
this.model = Object.assign({}, record);
this.visible = true;
+ console.log("this.model",this.model)
+ this.userIds = this.model.attendPerson;
+ this.userNames = this.model.attendPerson;
+ this.orgCode = this.model.attendDept;
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'conferenceTitle','postedPerson','postedDept','postedDate','conferenceDate','startTime','endTime','conferenceAddress','attendPerson','attendDept','otherPerson','conferenceContent','file'))
})