WXL
2024-07-22 452e7fb4ea242b0d7bb821abc0cb3bf465129ffd
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") {