element-ul中MessageBox弹框把取消和关闭独立开

功能介绍:用原先的取消按钮做成一个独立的方法,和右上角的关闭按钮不调用一个方法。 代码如下: this.$confirm( "此报告是否要提交", "温馨提示", { distinguishCance

element-ulMessageBox