From d40d71a1b613dd9c0a616b48537629f0cb2b9444 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:31:46 +0800 Subject: [PATCH] up --- 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('操作成功');