riku
2025-03-28 cca8d423c4805665bbd48a47e4d9218b16d14ebb
src/views/fysp/check/components/CompProblemAddOrUpd.vue
@@ -422,7 +422,7 @@
        districtCode: this.topTask.districtcode
      };
      problemApi.fetchProblemType(data).then((res) => {
        this.problemTypeList = res.data;
        this.problemTypeList = res;
        if (this.type == 1) {
          let currProName = String(this.problem.problemname);