WXL
2024-07-02 1f644c69e6c5df3683e8b4698b3073d487cf6d80
src/views/knowledge/questionbank/particulars/index.vue
@@ -567,7 +567,6 @@
  created() {
    this.gettabList();
    this.getissueinfo();
    this.test();
    this.gettargetInfo();
    this.mode = store.getters.mode;
    this.languagelist = store.getters.languagelist;
@@ -697,7 +696,7 @@
            Number(score.score) <= 0 ||
            Number(score.score) > Number(this.topicobj.score)
          ) {
            console.log(22);
            console.log(score, "错误分值");
            this.$message({
              message: "选项分值必须大于0小于等于" + this.topicobj.score + "分",
              type: "warning",