feat:Change Round Multiple
This commit is contained in:
parent
1d99705b65
commit
f899f05527
4 changed files with 358 additions and 189 deletions
|
|
@ -138,6 +138,8 @@ export const useChangeRoundDataStore = defineStore(
|
|||
page: dataDetail.page, //หน้า
|
||||
pageSize: dataDetail.pageSize || 10, //จำนวนแถวต่อหน้า
|
||||
keyword: dataDetail.keyword || "", //keyword ค้นหา
|
||||
selectedNodeId: dataDetail.selectedNodeId, //id ต้นไม้ที่เลือก
|
||||
selectNode: dataDetail.selectNode, //ระดับต้นไม้ที่เลือก
|
||||
})
|
||||
.then((res) => {
|
||||
const apiData = res.data.result.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue