ソースを参照

feature_20260227_首页指标添加数据

zhujindu 5 日 前
コミット
140bb9ab78
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/components/uploadVvisit.vue

+ 3 - 3
src/components/uploadVvisit.vue

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