This commit is contained in:
Warunee Tamkoo 2024-06-24 21:18:33 +07:00
parent f2dcba4dec
commit 88414d9ad1

View file

@ -137,7 +137,7 @@ function updateSelected(data: TreeMain) {
* @param level levelTree * @param level levelTree
*/ */
const isAll = ref<boolean>(false); const isAll = ref<boolean>(false);
const isBlank = ref<boolean>(false); const isBlank = ref<boolean>(true);
async function fetchDataTable(id: string, level: number = 0) { async function fetchDataTable(id: string, level: number = 0) {
showLoader(); showLoader();
const body = { const body = {