|
|
@@ -262,6 +262,7 @@ export default {
|
|
|
// }
|
|
|
// },
|
|
|
activated() {
|
|
|
+ this.toastLoading(0, '加载中...', true);
|
|
|
this.visitsId = this.$route.query.visitId;
|
|
|
this.dataform.visitsId = this.$route.query.visitId;
|
|
|
this.getVisitsDetailFn();
|
|
|
@@ -370,6 +371,7 @@ export default {
|
|
|
},
|
|
|
getVisitsDetailFn() {
|
|
|
getVisitsDetail({ visitsId: this.$route.query.visitId }).then((res) => {
|
|
|
+ this.toastLoading().clear();
|
|
|
if (res.code == 200) {
|
|
|
this.list = res.data;
|
|
|
if (res.data.visitSource != 2) {
|