|
|
@@ -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('上传失败!');
|