validate: function(input) {
                this.log(this.mis.modName);
                //如果是新模块,此字段为必需
                if (!this.mis.modName && !input) {
                    return false;