vant toast 显示后回调

this.$toast({
    message: res.msg || '删除成功',
    onClose: () => {
        this.getCheckList();
    }
});