Sfoglia il codice sorgente

feature_20260330_拜访连拍速度优化

zhujindu 2 settimane fa
parent
commit
c5c21a6382
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5 4
      src/components/deleteUploadImgTaskPhoto.vue

+ 5 - 4
src/components/deleteUploadImgTaskPhoto.vue

@@ -115,11 +115,12 @@ export default {
       handler(val) {
         this.imgArr = [];
         // <!-- 0=企业微信,1=H5相机 -->
-        if (val) {
-          if (this.userInfo.photoMethod == '1') {
-            this.imgArr = val || [];
-          }
+        // if (val) {
+        if (this.userInfo.photoMethod == '1') {
+          this.imgArr = val || [];
+        } else {
         }
+        // }
       },
       deep: true,
       immediate: true,