Ver código fonte

feature_20260330_拜访连拍速度优化

zhujindu 6 dias atrás
pai
commit
749c9c70a9
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      src/components/deleteUploadImgTaskPhoto.vue

+ 2 - 3
src/components/deleteUploadImgTaskPhoto.vue

@@ -111,13 +111,12 @@ export default {
     },
   },
   watch: {
-    fileInfoList: {
+    formData: {
       handler(val) {
         // <!-- 0=企业微信,1=H5相机 -->
         if (this.userInfo.photoMethod == '1') {
-          this.imgArr = val || [];
+          this.imgArr = this.formData.fileInfoList || [];
         } else {
-          debugger;
           this.imgArr = [];
           if (this.formData.mediaInfos) {
             getTicketFun(['downloadImage']).then(() => {