From 81e1bdcf2953c8f91b343c7e59fc40f5a016594d Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 14 三月 2025 11:09:56 +0800 Subject: [PATCH] 删除idea配置文件 --- src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue b/src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue index 804b85d..e5b9345 100644 --- a/src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue +++ b/src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue @@ -61,6 +61,7 @@ :dataSource="dataSource" :pagination="ipagination" :loading="loading" + @change="handleTableChange" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"> <template slot="action" slot-scope="text, record"> <a @click="handleEdit(record)">缂栬緫</a> -- Gitblit v1.9.3