guanchunjie 3 年之前
父節點
當前提交
2ea8b87055
共有 1 個文件被更改,包括 1 次插入8 次删除
  1. 1 8
      src/components/Adult/inputModules/SentenceSegwordChs/components/ClauseresultChs.vue

+ 1 - 8
src/components/Adult/inputModules/SentenceSegwordChs/components/ClauseresultChs.vue

@@ -32,14 +32,7 @@ export default {
     };
   },
   computed: {},
-  watch: {
-    "curQue.detail": {
-      handler: function (newVal, oldVal) {
-        this.handleSentence(JSON.parse(JSON.stringify(newVal)));
-      },
-      deep: true,
-    },
-  },
+  watch: {},
   //方法集合
   methods: {
     onBlur(item, field) {