WXL
2024-07-04 245a9200ddaa5c2a9ab9f6a68969527bb121ec2f
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",