riku
2025-03-25 642d31285d7aff59415a5eb37f87a79f41d308a8
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);