diff --git a/src/pages/page1/components/InsertImage.vue b/src/pages/page1/components/InsertImage.vue index 4057d84..5eba14e 100644 --- a/src/pages/page1/components/InsertImage.vue +++ b/src/pages/page1/components/InsertImage.vue @@ -11,7 +11,7 @@ - + { - this.form = {} + this.form = { + title: '', + size: '中' + } this.imageIpUrl = '' this.imageUrl = '' }, 200) }, + handleCancel () { + this.visible = false + this.form = { + title: '', + size: '中' + } + this.imageIpUrl = '' + this.imageUrl = '' + }, handleChange (info) { if (info.file.status === 'uploading') {