@@ -587,7 +587,7 @@
// 200检测通过,201没有有效期也通过。
if (result.state == 200 || result.state == 201) {
uni.hideLoading();
- if(this.patientHandoverCode){
+ if(Object.prototype.toString(this.patientHandoverCode) === '[object Object]' && this.patientHandoverCode.name){
this.models2 = {
disjunctor: true,
title: "提示",