From 2e09cf9ec46037912b3e60c16c50a2c0cf399871 Mon Sep 17 00:00:00 2001 From: sk1551 <15175617877@163.com> Date: Fri, 29 May 2020 10:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=87=E5=87=86=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/dayflow/standard.vue | 37 +++++++++++++++---- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/dayflow/standard.vue b/ruoyi-ui/src/views/benyi/dayflow/standard.vue index f2909d5db..0e6a55ec8 100644 --- a/ruoyi-ui/src/views/benyi/dayflow/standard.vue +++ b/ruoyi-ui/src/views/benyi/dayflow/standard.vue @@ -139,7 +139,7 @@ :before-upload="beforeAvatarUpload" accept=".jpg, .png" > - + @@ -176,9 +176,6 @@ export default { return { //显示上传的图片,清空 imageUrl: "", - dialogVisible: false, - file:"", - // 遮罩层 loading: true, // 选中数组 @@ -238,7 +235,6 @@ export default { this.getTaskList(); }, methods: { - handleAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); console.log(res); @@ -255,7 +251,6 @@ export default { } return isLt2M; }, - /**查询任务名称详细 */ getDayflowtask(taskId) { getDayflowtask(taskId).then(response => { @@ -337,7 +332,7 @@ export default { this.form = response.data; if (response.data.picture) { this.imageUrl = process.env.VUE_APP_BASE_API + response.data.picture; - }; + } this.open = true; this.title = "修改标准"; }); @@ -410,4 +405,30 @@ export default { } } }; - \ No newline at end of file + + + \ No newline at end of file