|
|
@@ -313,7 +313,7 @@
|
|
|
<script>
|
|
|
import deleteUploadImg from '@/components/deleteUploadImg';
|
|
|
import {
|
|
|
- getVisitsDetail,
|
|
|
+ getVisitsDetailperfectStore,
|
|
|
getPhotoTypeList1,
|
|
|
insertVisitRemark,
|
|
|
getListHistoryList,
|
|
|
@@ -462,7 +462,7 @@ export default {
|
|
|
this.shopSignDetail = null;
|
|
|
this.tiaoSJDetail = null;
|
|
|
this.taskTypeArr = null;
|
|
|
- getVisitsDetail({ visitsId: this.$route.query.visitId }).then((res) => {
|
|
|
+ getVisitsDetailperfectStore({ visitsId: this.$route.query.visitId }).then((res) => {
|
|
|
this.toastLoading().clear();
|
|
|
if (res.code == 200) {
|
|
|
this.list = res.data;
|