JavaScript

超轻量级php框架startmvc

layui 关闭open弹出框 刷新table表格页面的方法

更新时间:2020-09-13 07:54:02 作者:startmvc
如下所示:保存后刷新table表格源码//弹出框layer.open({type:2,shadeClose:true,shade:0.3,maxmin:true,area:

如下所示:

保存后刷新table表格

源码


//弹出框
layer.open({
 type: 2,
 shadeClose: true,
 shade: 0.3,
 maxmin: true,
 area: ['80%', '95%'],
 title: '',
 content: '',
 end: function() {
 //刷新页面, 
 location.reload();
 },
});

效果图

以上这篇layui 关闭open弹出框 刷新table表格页面的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

layui 刷新 table 页面