mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
更新弹层关闭机制
This commit is contained in:
parent
64bb953268
commit
4340764b60
@ -66,7 +66,7 @@
|
|||||||
]]
|
]]
|
||||||
}).trigger('tool', function (item) {
|
}).trigger('tool', function (item) {
|
||||||
window.setItemValue(item.data.id, item.data.name);
|
window.setItemValue(item.data.id, item.data.name);
|
||||||
item.tr.parents('div.layui-layer-page').find('a.layui-layer-close').trigger('click');
|
$.msg.closeThisModal(this);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user