diff --git a/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/optionImg.js b/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/optionImg.js index 13a6df59..0a9a801a 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/optionImg.js +++ b/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/optionImg.js @@ -1,9 +1,9 @@ const optionImg = { template: /*language=HTML*/ ` - +
@@ -38,7 +38,7 @@ const optionImg = { console.log(file) console.log(fileList) if (response.code === 0) { - this.img = FILE_STREAM_PREVIEW_ADDRESS + "?id=" + response.data.filepath + this.img = response.data // this.img = "/platform/sys/file/download?id=t38dmq4beuhrupqb54prl52t4u" this.$message.success("图片上传成功") } diff --git a/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/setting.js b/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/setting.js index afff7f0d..5367a467 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/setting.js +++ b/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/setting.js @@ -32,6 +32,7 @@ const setting = { }, onConfirm(){ this.$emit('confirm', { option:this.formData,ext:this.ext }) + this.visible = false } }