|
|
@ -1245,9 +1245,7 @@ export default { |
|
|
|
param: { |
|
|
|
id: this.form.id, |
|
|
|
rewrite: 1, |
|
|
|
path: `${"http://localhost:80/"}medicalEva?id=${this.form.id}&name=${ |
|
|
|
this.form.name |
|
|
|
}&phone=${this.form.phone}&tenantId=${this.userInfo.tenantId}`, |
|
|
|
path: `${process.env.VUE_APP_VISIT_URL}medicalEva?id=${this.form.id}&name=${this.form.name}&phone=${this.form.phone}&tenantId=${this.userInfo.tenantId}`, |
|
|
|
}, |
|
|
|
}).then((res) => { |
|
|
|
this.zytzOpen = true; |
|
|
|