|
@@ -411,7 +411,8 @@ export default {
|
|
|
const pid = this.form.id;
|
|
|
const tid = this.form.templateId;
|
|
|
const route = this.templateList.find(item => item.id === tid).route;
|
|
|
- window.open(window.location.origin + route+'/' + pid);
|
|
|
+ var win = window.open(window.location.origin + route+'/' + pid);
|
|
|
+ win.document.title='个人页 - '+this.form.stakeholder
|
|
|
}
|
|
|
}
|
|
|
};
|