Commit 76527cac by kantavee

เเก้ sub-one

parent 673f4a0f
import { Component, EventEmitter, Input, Output } from '@angular/core'; import { Component, EventEmitter, Input, OnInit } from '@angular/core';
import { Bu3Model, MyBu3Model } from 'src/app/shared/model/bu3.model'; import { Bu3Model, MyBu3Model } from 'src/app/shared/model/bu3.model';
import { Bu4Model, MyBu4Model } from 'src/app/shared/model/bu4.model'; import { Bu4Model, MyBu4Model } from 'src/app/shared/model/bu4.model';
import { Bu3Service } from 'src/app/shared/services/bu3.service'; import { Bu3Service } from 'src/app/shared/services/bu3.service';
...@@ -9,7 +9,7 @@ import { Bu4Service } from 'src/app/shared/services/bu4.service'; ...@@ -9,7 +9,7 @@ import { Bu4Service } from 'src/app/shared/services/bu4.service';
templateUrl: './sub-department-one.component.html', templateUrl: './sub-department-one.component.html',
styleUrls: ['./sub-department-one.component.scss'] styleUrls: ['./sub-department-one.component.scss']
}) })
export class SubDepartmentOneComponent { export class SubDepartmentOneComponent implements OnInit {
currentPage = 1 currentPage = 1
page = Array.from({ length: 1 }, (_, i) => i + 1); page = Array.from({ length: 1 }, (_, i) => i + 1);
bu4List: Bu4Model[] = [] bu4List: Bu4Model[] = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment