cy
2023-12-08 25b639f34bd7e80a69cdb5b46b2d082c1590d033
admin-web/src/views/departmentitem/itemdis/distribution/index.vue
@@ -179,11 +179,7 @@
        this.total = res.totalRows;
        this.loading = false;
      });
    },
    fifterForm(params) {
      this.filterFrom = Object.assign(this.filterFrom, params);
      this.search(1);
    },
    }
  },
};
</script>