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