gaoluyang
2025-03-03 585cec8669bb7cfe9fd6c5fb8788acbee36f36ef
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() {