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