hyingbo
11 小时以前 e0e111d15a3f3995799b8b480c162c619ec897aa
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) {