From 118fbf3c8b292b396606fc5bba790b8a1e28cdcc Mon Sep 17 00:00:00 2001 From: Lion <120344285@qq.com> Date: Thu, 5 May 2022 17:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E7=94=9F=E4=BA=A7=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/daily/deptindex.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/daily/deptindex.vue b/src/views/daily/deptindex.vue index 4979517..790b0c5 100644 --- a/src/views/daily/deptindex.vue +++ b/src/views/daily/deptindex.vue @@ -51,7 +51,7 @@
- +
@@ -273,7 +273,7 @@ that.form.safety_task_department_id = result.id; that.form.safety_task_id = result.safety_task_id; that.fileList = _files; - console.log(this.form); + this.$refs.tinymce.setContent(result.content); }).catch(error => { //reject(error) }) @@ -301,6 +301,7 @@ this.$refs[formName].validate((valid) => { if (valid) { if(status=="2"){ + that.form.status = status; submitsave(that.form).then(response => { //console.log(response) this.$Message.success('操作成功');