fengxiang
2018-06-27 a52dc7a6e7119d575c611f9c2800649dff029f5e
src/app/routes/systems/account/account-edit/account-edit.component.ts
@@ -3,6 +3,8 @@
import {HttpClient} from '@angular/common/http';
import {environment} from '../../../../../environments/environment';
import {FormGroup, FormBuilder, FormControl, Validators} from '@angular/forms';
import * as $ from 'jquery';
@Component({
  selector: 'app-account-edit',
@@ -35,6 +37,12 @@
      id: [account.id]
    });
    this.searchOptions = account.organization ? [account.organization] : [];
    $(document).keydown(function(event) {
      switch (event.keyCode) {
        case 13: return false;
      }
    });
  }
  save() {