fixing
This commit is contained in:
parent
f2dcba4dec
commit
88414d9ad1
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ function updateSelected(data: TreeMain) {
|
|||
* @param level levelTree
|
||||
*/
|
||||
const isAll = ref<boolean>(false);
|
||||
const isBlank = ref<boolean>(false);
|
||||
const isBlank = ref<boolean>(true);
|
||||
async function fetchDataTable(id: string, level: number = 0) {
|
||||
showLoader();
|
||||
const body = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue