Przeglądaj źródła

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

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

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

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