|
|
@@ -543,7 +543,7 @@ export default {
|
|
|
that.isToOtherSystem = true;
|
|
|
}
|
|
|
} else {
|
|
|
- that.visitId = res.data.visitId;
|
|
|
+ that.visitId = res.data;
|
|
|
that.$toast(res.msg);
|
|
|
}
|
|
|
});
|
|
|
@@ -598,7 +598,7 @@ export default {
|
|
|
that.isToOtherSystem = true;
|
|
|
}
|
|
|
} else {
|
|
|
- that.visitId = res.data.visitId;
|
|
|
+ that.visitId = res.data;
|
|
|
that.$toast(res.msg);
|
|
|
}
|
|
|
});
|