WXL
2025-03-27 2daa54cc53396fb5f5b64a6b0a5b5c814b2bae2d
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)