แก้ filter
This commit is contained in:
parent
c4761461cc
commit
8139ddd0cd
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ const fetchPlacementData = async (val: number) => {
|
|||
// rows.value = DataStore.DataMainOrig;
|
||||
DataStore.DataMainOrig.map((e: any) => {
|
||||
rows.value.push({
|
||||
id: e.id,
|
||||
examRound: e.examRound,
|
||||
examOrder: e.examOrder,
|
||||
examTypeName: e.examTypeName,
|
||||
|
|
@ -245,6 +246,7 @@ const searchFilterTable = async () => {
|
|||
// rows.value = DataStore.DataMainUpdate;
|
||||
DataStore.DataMainUpdate.map((e: any) => {
|
||||
rows.value.push({
|
||||
id: e.id,
|
||||
examRound: e.examRound,
|
||||
examOrder: e.examOrder,
|
||||
examTypeName: e.examTypeName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue