Przeglądaj źródła

Merge branch 'feature_20260115_直发类色卡销售发放时必须拍照' into uat(dev)

zhujindu 1 tydzień temu
rodzic
commit
a0a6035636
1 zmienionych plików z 5 dodań i 4 usunięć
  1. 5 4
      src/views/deviceWithin/addStoreVisit.vue

+ 5 - 4
src/views/deviceWithin/addStoreVisit.vue

@@ -5196,10 +5196,11 @@ export default {
     },
     deleteImg() {},
     uploadWLImgClick(data) {
-      this.wuliaoPhotoImg.push({
-        fileUrl: data.fileUrl,
-        id: data.id,
-      });
+      console.log(data);
+      // this.wuliaoPhotoImg.push({
+      //   fileUrl: data.fileUrl,
+      //   id: data.id,
+      // });
     },
     tipTitle(val) {
       this.$toast(val);