|
|
@ -975,8 +975,8 @@ export default { |
|
|
|
created() { |
|
|
|
// 从url获取idCard |
|
|
|
let { name, phone } = this.$route.query; |
|
|
|
this.queryParams.param.keywords = name; |
|
|
|
this.queryParams.param.phone = phone; |
|
|
|
this.queryParams.param.keywords = name || ""; |
|
|
|
this.queryParams.param.phone = phone || ""; |
|
|
|
let patientInfo; |
|
|
|
if (this.$route.query.patientInfo) { |
|
|
|
this.form = JSON.parse(this.$route.query.patientInfo); |
|
|
|