<Detail :info="detailInfo" ref="detailRef" :show.sync="dialog.detailDialogStatus" size="small" @refesh_list="index"> @row-dblclick="openDetail" openDetail(){ dialog.detailDialogStatus = true this.$refs.detailRef.open() }