WXL
2024-07-19 193b6ba90e066ba13358e07d4a34aaa07407f4e3
src/views/knowledge/questionbank/particulars/index.vue
@@ -905,7 +905,6 @@
      //el.selectionStart; 这就是当前光标所在的位置(字符串中字符的index)
      if (this.currentInputId == "scriptContent") {
        inputValueArr = this.topicobj.scriptContent.split("");
        console.log(123);
      } else if (this.currentInputId == "nomatchtext") {
        inputValueArr = this.topicobj.nomatchtext.split("");
      } else if (this.currentInputId == "sliencetext") {