element UI el-dialog 监听右上角 x 关闭按钮
methods: {
/**
* 点击 X 关闭对话框的回调
**/
handleDialogClose() {
}
}