mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update parent.html
This commit is contained in:
parent
8c2dca3ddc
commit
6b7795ef9e
@ -76,7 +76,7 @@
|
||||
{block name='script'}
|
||||
<script>
|
||||
$('body').off('click', '[data-parent-uuid]').on('click', '[data-parent-uuid]', function () {
|
||||
$.form.load('{:sysuri()}', {uuid: this.dataset.parentUid, pid: this.dataset.parentPid}, 'post', function (ret) {
|
||||
$.form.load('{:sysuri()}', {uuid: this.dataset.parentUuid, pid: this.dataset.parentPid}, 'post', function (ret) {
|
||||
if (ret.code > 0) return $.msg.success(ret.info, 3, function () {
|
||||
top.layer.close(top.layer.getFrameIndex(window.name));
|
||||
top.$.form.reload();
|
||||
|
Loading…
x
Reference in New Issue
Block a user