소스 검색

渠道客诉填写任务增加上传照片功能

zhujindu 11 달 전
부모
커밋
2cfce0f4fa
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      src/components/uploadImgVStorec.vue

+ 0 - 10
src/components/uploadImgVStorec.vue

@@ -48,15 +48,6 @@ export default {
       type: String,
       default: '',
     },
-    itemData: {
-      type: Object,
-      default: {},
-    },
-    isRequired: {
-      // 是否开启拍照前校验
-      type: Boolean,
-      default: true,
-    },
   },
   data() {
     return {
@@ -151,7 +142,6 @@ export default {
           that.$emit('newimgarr', {
             fileUrl: imgArr.join(','),
             type: that.type,
-            itemData: itemData,
           });
         } else {
           that.$toast('上传失败!');