Browse Source

Merge branch 'feature_20260227_首页指标添加数据' into dev(uat)

zhujindu 5 days ago
parent
commit
554a6d4bfe
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/uploadVvisit.vue

+ 3 - 3
src/components/uploadVvisit.vue

@@ -8,7 +8,7 @@
 </template>
 
 <script>
-import { addstorePhoto } from '@/api/index';
+import { chainsGroupAddPhoto } from '@/api/index';
 import axios from 'axios';
 
 export default {
@@ -104,7 +104,7 @@ export default {
                     },
                     function (err) {
                       addressesRemark = '';
-                    }
+                    },
                   );
                 },
                 fail: function () {
@@ -159,7 +159,7 @@ export default {
         message: '上传中...',
         forbidClick: true,
       });
-      addstorePhoto(form).then((res) => {
+      chainsGroupAddPhoto(form).then((res) => {
         if (res.code == 200) {
           loind1.clear();
           that.$toast('上传成功!');