mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update admin.js
This commit is contained in:
parent
877fa73043
commit
c404534ea7
@ -453,7 +453,6 @@ $(function () {
|
||||
}, this.checkAllInput = function () {
|
||||
var status = true;
|
||||
return that.form.find(this.tags).each(function () {
|
||||
console.log(this, that.checkInput(this))
|
||||
if (that.checkInput(this) === false) return $(this).focus(), status = false;
|
||||
}), status;
|
||||
}, this.checkInput = function (input) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user