Pre Merge pull request !294 from xiaoge/master
This commit is contained in:
commit
8237187f4a
|
|
@ -769,6 +769,9 @@ var table = {
|
||||||
title: "系统提示",
|
title: "系统提示",
|
||||||
btn: ['确认'],
|
btn: ['确认'],
|
||||||
btnclass: ['btn btn-primary'],
|
btnclass: ['btn btn-primary'],
|
||||||
|
yes : function () {
|
||||||
|
window.parent.location.reload()//刷新父页面
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 错误提示
|
// 错误提示
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue