mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
fix: 修复确认框取消时会自动关闭当前页面的问题
This commit is contained in:
@@ -242,7 +242,6 @@
|
|||||||
typeof ok === 'function' && ok.call(this);
|
typeof ok === 'function' && ok.call(this);
|
||||||
}, function () {
|
}, function () {
|
||||||
typeof no === 'function' && no.call(this);
|
typeof no === 'function' && no.call(this);
|
||||||
self.close(index);
|
|
||||||
});
|
});
|
||||||
return index;
|
return index;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user