Explorar o código

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

zhujindu hai 11 meses
pai
achega
2cfce0f4fa
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  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('上传失败!');