feat:Change Round Multiple

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-24 13:08:17 +07:00
parent 1d99705b65
commit f899f05527
4 changed files with 358 additions and 189 deletions

View file

@ -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;