|
|
@@ -345,6 +345,7 @@ export default {
|
|
|
that.timeN = setInterval(that.animation, 16);
|
|
|
that.visitsRemarks = res.data.visitsRemarks;
|
|
|
} else {
|
|
|
+ that.visitId = res.data;
|
|
|
that.$toast(res.msg);
|
|
|
}
|
|
|
});
|
|
|
@@ -388,10 +389,11 @@ export default {
|
|
|
that.timeN = setInterval(that.animation, 16);
|
|
|
that.visitsRemarks = res.data.visitsRemarks;
|
|
|
} else {
|
|
|
+ that.visitId = res.data;
|
|
|
that.$toast(res.msg);
|
|
|
}
|
|
|
});
|
|
|
- }
|
|
|
+ },
|
|
|
);
|
|
|
},
|
|
|
visitTask(val, index) {
|