Quellcode durchsuchen

Merge branch 'feature_20250819_图像识别连拍' into dev(uat)

zhujindu vor 4 Monaten
Ursprung
Commit
ba7c0cd1e8
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      src/components/uploadVNormal.vue

+ 3 - 3
src/components/uploadVNormal.vue

@@ -26,7 +26,7 @@
 </template>
 
 <script>
-import { addPhoto, addVisitsPosition, addPhotoToDB } from '@/api/index';
+import { addstorePhoto, addVisitsPosition, addPhotoToDB } from '@/api/index';
 import imageAIVerifyErr from './imageAIVerifyErr';
 import axios from 'axios';
 
@@ -308,7 +308,7 @@ export default {
       } else {
         this.toastLoading(0, '上传中...', true);
       }
-      chainsGroupAddPhoto(form, this.controller ? this.controller.signal : null)
+      addstorePhoto(form, this.controller ? this.controller.signal : null)
         .then((res) => {
           this.requestThen(res);
         })
@@ -417,7 +417,7 @@ export default {
           form.isUpdate = 'true';
           form.feedbackMessage = res.feedbackMessage;
         }
-        chainsGroupAddPhotoToDB(form).then((resData) => {
+        addPhotoToDB(form).then((resData) => {
           if (resData.code == 200) {
             console.log(resData);
             res.data.fileId = resData.data[0].fileId;