|
@@ -75,7 +75,6 @@ export default {
|
|
|
},
|
|
|
handlePictureCardPreviewTow(file) {
|
|
|
this.monthly_form.content = 'http:' + file.url
|
|
|
- this.$refs.monthly_form.clearValidate('content')
|
|
|
},
|
|
|
handleRemove(file, fileList) {
|
|
|
if (fileList.length === 0) {
|
|
@@ -84,7 +83,6 @@ export default {
|
|
|
},
|
|
|
handlePictureCardPreview(file) {
|
|
|
this.monthly_form.thumb = 'http:' + file.url
|
|
|
- this.$refs.monthly_form.clearValidate('thumb')
|
|
|
}
|
|
|
}
|
|
|
}
|