From cec9008c7bdbb373c400d53330642be3891a84d5 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 24 二月 2023 16:56:57 +0800 Subject: [PATCH] 2023/2/24 肖辉 屏蔽门前三包统计 修改重置按钮 --- src/components/Upload/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/components/Upload/index.vue b/src/components/Upload/index.vue index ec73e95..3bbeb74 100644 --- a/src/components/Upload/index.vue +++ b/src/components/Upload/index.vue @@ -23,7 +23,6 @@ }, methods: { beforeUpload(rawFile) { - console.log(rawFile); if (rawFile.type !== 'image/png' && rawFile.type !== 'image/svg+xml' && rawFile.type !== 'image/jpg' && rawFile.type !== 'image/jpeg') { this.$message.error('鍥剧墖蹇呴』鏄� jpg/svg/jpeg/png 鏍煎紡!') return false @@ -34,7 +33,6 @@ return true }, handleSuccess(res, file, filelist) { - console.log(res); this.$emit('getPicUrl', { obj: res.data, value: this.mykey }); }, getToken() { -- Gitblit v1.8.0