getInitialState : function() {
        if (this.state) {
            this.state = this.getDefaultData();
        }
        return this.state;