src/views/eam/repair/modules/EamMajorPartialRepairDetailModal.vue
@@ -91,6 +91,11 @@ }, methods: { open(record) { // 先清空原有数据 this.detail.dataSource = [] if (this.$refs.editableDetailTable) { this.$refs.editableDetailTable.clearData() } this.visible = true getAction(this.url.queryDetailList, { repairId: record.id }).then((res) => { if (res.success) {