WXL
2025-01-08 b26c48a6878519fce4068f4b1ee308e11fecd862
src/views/knowledge/questionbank/particulars/index.vue
@@ -982,7 +982,7 @@
      let scorearr = this.topicobj.svyLibScriptOptions;
      let isValid = scorearr.every((score, index) => {
        if (this.topicobj.scriptType == 1) {
          if (score.score) {
          if (score.score||score.score==0) {
            if (
              Number(score.score) < 0 ||
              Number(score.score) > Number(this.topicobj.score)