WXL
2025-03-31 b73b5dd97cbda40d0584f579ed9f65f4fcffe23f
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)