this.$alert 方法
this.$alert 方法
this.$alert('确认删除吗', '提示', {
confirmButtonText: '确定',
callback: action => {
this.function()
}
});
this.$alert('确认删除吗', '提示', {
confirmButtonText: '确定',
callback: action => {
this.function()
}
});