添加before-close 属性,在 dialog 关闭时,让用户进行确认是否需要关闭 handleClose(done){this.$confirm('确认关闭?').then(_=>{done();}).catch(_=>{});} 方法三:(全局配置) mian.js 文件里面: importElementUIfrom'element-ui';// 修改 el-dialog 默认点击遮照不关闭ElementUI.Dialog.props.closeOnCli...
// 修改 el-dialog 默认点击遮照为不关闭 Element.Dialog.props.closeOnClickModal.default = false
在mian.js里面: import ElementUI from'element-ui';//修改 el-dialog 默认点击遮照为不关闭ElementUI.Dialog.props.closeOnClickModal.default=false 1. 2. 3. 4. 5.
在mian.js里面: import ElementUI from'element-ui';//修改 el-dialog 默认点击遮照为不关闭ElementUI.Dialog.props.closeOnClickModal.default=false
添加before-close 属性,在 dialog 关闭时,让用户进行确认是否需要关闭 handleClose(done) {this.$confirm('确认关闭?').then(_=>{done(); }).catch(_=>{}); } 方法三:(全局配置) mian.js 文件里面: importElementUIfrom'element-ui';// 修改 el-dialog 默认点击遮照不关闭ElementUI.Dialog.props.close...
在mian.js里面: import ElementUIfrom'element-ui';//修改 el-dialog 默认点击遮照为不关闭ElementUI.Dialog.props.closeOnClickModal.default=false 参考https://blog.csdn.net/huanhuan03/article/details/105426879?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_...