diff --git a/src/components/wordDict/DictCard.vue b/src/components/wordDict/DictCard.vue index 4d9b5da..8004a55 100644 --- a/src/components/wordDict/DictCard.vue +++ b/src/components/wordDict/DictCard.vue @@ -4,10 +4,12 @@ v-if="isWriteVisible" @close="isWriteVisible = false" :dataList="cateList" - @addCategory="addCategory" + @addCategory="addCategory" + @addWord="editWord" + :NumValue="item.WRDDICSEQ" :formValue="item.WRDDICCAT" - :titleValue="item.WRDDICTTL" - :contentValue="$common.contentToHtml(item.WRDDICCON)" + :titleValue="item.WRDDICTTL" + :contentValue="item.WRDDICCON" />
@@ -57,13 +59,16 @@