diff --git a/src/views/pwoManage/infeed/equipment/index.vue b/src/views/pwoManage/infeed/equipment/index.vue index c8f0161..e6cb407 100644 --- a/src/views/pwoManage/infeed/equipment/index.vue +++ b/src/views/pwoManage/infeed/equipment/index.vue @@ -86,6 +86,11 @@ const fetchBoundEquipmentList = async () => { } } +const handleRefresh = () => { + fetchBoundEquipmentList(); + renderTableHeight(); +} + // 计算表格高度 const customTable = ref(null) const tableHeight = ref(200) @@ -109,7 +114,7 @@ fetchBoundEquipmentList()