This commit is contained in:
parent
8925513019
commit
4e3b4d8eec
|
|
@ -32,6 +32,11 @@ function queryTable(type) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function reloadData2() {
|
||||||
|
table.reload("currentTableId", {})
|
||||||
|
}
|
||||||
|
|
||||||
// 刷新页面数据
|
// 刷新页面数据
|
||||||
function reloadData() {
|
function reloadData() {
|
||||||
reloadTable(1);
|
reloadTable(1);
|
||||||
|
|
|
||||||
|
|
@ -524,6 +524,6 @@ function check() {
|
||||||
|
|
||||||
function closePage() {
|
function closePage() {
|
||||||
let index = parent.layer.getFrameIndex(window.name); // 先得到当前 iframe层的索引
|
let index = parent.layer.getFrameIndex(window.name); // 先得到当前 iframe层的索引
|
||||||
window.parent.queryTable(1);
|
window.parent.reloadData2();
|
||||||
parent.layer.close(index); // 再执行关闭
|
parent.layer.close(index); // 再执行关闭
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue