c.editMode = {
            flag: false,
            enter: function () {
                this.flag = true;
            },