guanchunjie 3 years ago
parent
commit
2ea8b87055

+ 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) {