|
@@ -132,6 +132,7 @@ export default {
|
|
getContent(id) {
|
|
getContent(id) {
|
|
getPersonal(id).then((response) => {
|
|
getPersonal(id).then((response) => {
|
|
this.personal = response.data;
|
|
this.personal = response.data;
|
|
|
|
+ this.messageForm.appUserId = this.personal.stakeholderId;
|
|
this.content = this.personal.content;
|
|
this.content = this.personal.content;
|
|
});
|
|
});
|
|
},
|
|
},
|