From 9f660d0bc3435c6b0b149d4b64839835980b0ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Thu, 5 May 2022 17:33:28 +0800 Subject: [PATCH] up --- src/views/daily/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/daily/index.vue b/src/views/daily/index.vue index 324f858..8801233 100644 --- a/src/views/daily/index.vue +++ b/src/views/daily/index.vue @@ -73,7 +73,7 @@
- +
@@ -319,7 +319,8 @@ that.form.daterange = [res.start_date, res.end_date]; for (var m of res.safety_task_departments) { that.form.department_list.push(m.department_id); - } + } + this.$refs.tinymce.setContent(result.content); that.fileList = _files; }).catch(error => { //reject(error)