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