瀏覽代碼

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

zhujindu 1 周之前
父節點
當前提交
99ff89aa26
共有 1 個文件被更改,包括 5 次插入2 次删除
  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);