@@ -350,7 +350,7 @@ export default {
});
},
getVisitsDetailFn() {
- getVisitsDetail({ visitsId: this.visitsId }).then((res) => {
+ getVisitsDetail({ visitsId: this.$route.query.visitId }).then((res) => {
if (res.code == 200) {
this.list = res.data;
if (res.data.visitSource != 2) {