Explorar el Código

Merge remote-tracking branch 'origin/master' into master

ysc hace 2 años
padre
commit
fee1b7d924
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/views/dashboard/index.vue

+ 3 - 2
src/views/dashboard/index.vue

@@ -336,7 +336,8 @@ export default {
         remark: null,
         taskId: null,
         currentStep: null,
-        filess: []
+        filess: [],
+        content:null
       },
       enforceFlow: {
         name: '',
@@ -365,7 +366,7 @@ export default {
       editor.config.height = 300
       editor.create()
       editor.config.onchange = (html) => {
-        this.editorContent=editor.txt.html()
+        this.enforceForm.content=editor.txt.html()
       };
     },
     getDeptUserTrees() {