This commit is contained in:
熊丽君
2021-08-17 08:41:17 +08:00
parent d27bf459d1
commit 96054835fd
5 changed files with 127 additions and 103 deletions

View File

@ -191,7 +191,7 @@ export default {
formData: {
handler: function() {
this.$nextTick(() => {
this.formatRichText(this.formData.downloadUrl);
this.formatRichText(this.formData.downloadUrl, this.formData.id);
});
}
},