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('操作成功');