Sfoglia il codice sorgente

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

ysc 2 anni fa
parent
commit
fee1b7d924
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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() {