zhuo
2025-04-10 b26f4356507b705cc944dba3b77c8c7746a95a41
src/views/business/inspectionTask/index.vue
@@ -555,7 +555,6 @@
  },
  activated() {
    this.getAuthorizedPerson();
    this.queryParams.userId = this.userId;
    this.currentTime = getYearAndMonthAndDays();
    this.getDicts("urgency_level").then((response) => {
      this.urgencyLevel = this.dictToValue(response.data);