cy
2023-12-09 15fd776a22e816144f24e3281d92559fcd55e2c0
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>