gaoluyang
2025-02-28 ff8a17a69ea020baf2317c46c5ffe37e3dae0ed4
src/views/business/inspectionTask/index.vue
@@ -572,10 +572,11 @@
    this.getDicts("inspection_task_state").then((response) => {
      this.inspectionTaskState = this.dictToValue(response.data);
    });
    this.refreshTable();
  },
  mounted() {
    this.queryParams.userId = this.userId;
    this.refreshTable();
  },
  methods: {
    getList() {