fengxiang
2018-05-10 70e75350a1a24147ddbc50f8051ba8fd510f0c3e
src/app/routes/users/installer/installer.component.ts
@@ -12,10 +12,14 @@
  styles: []
})
export class InstallerComponent implements OnInit {
  isDeleteOptions = [
    {value: '1', label: '是'},
    {value: '0', label: '否'}
  ];
  q: any = {
    pi: 1,
    ps: 10,
    isDelete: this.isDeleteOptions[1].value,
    sorter: '',
    u_name: '',
    u_mobile: ''