qinzhipeng_v@didiglobal.com 4 tahun lalu
induk
melakukan
53cd4e12af
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      src/views/monthly/components/createdMonthly.vue

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

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