qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
53cd4e12af

+ 0 - 2
src/views/monthly/components/createdMonthly.vue

@@ -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')
     }
   }
 }