소스 검색

Merge branch 'master' of http://gcls-git.helxsoft.cn/GCLS/GCLS_Page_Book_Component_NPC

dusenyao 3 년 전
부모
커밋
bbd7db2a43
2개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. 6 6
      src/components/Adult/inputModules/SentenceSegwordChs/components/ClauseresultChs.vue
  2. 0 2
      src/views/adultInput.vue

+ 6 - 6
src/components/Adult/inputModules/SentenceSegwordChs/components/ClauseresultChs.vue

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

+ 0 - 2
src/views/adultInput.vue

@@ -71,9 +71,7 @@
                 </el-radio-group>
               </div>
             </div>
-
             <div class="addoption" @click="addClassTopic(index)">添加课题</div>
-
             <div class="createTable">
               <el-input
                 v-model="row"