no message
This commit is contained in:
parent
06d9b22205
commit
756daf8d68
6 changed files with 124 additions and 181 deletions
|
|
@ -5,7 +5,7 @@ import http from "@/plugins/http";
|
|||
import config from "@/app.config";
|
||||
|
||||
/** importType*/
|
||||
import type { DataActive } from "@/modules/02_organizationalNew/interface/response/organizational";
|
||||
import type { OrgTree } from "@/modules/02_organizationalNew/interface/response/organizational";
|
||||
|
||||
import TreeView from "@/modules/02_organizationalNew/components/mainTree.vue";
|
||||
import TableView from "@/modules/02_organizationalNew/components/tableTree.vue";
|
||||
|
|
@ -18,7 +18,7 @@ const $q = useQuasar();
|
|||
const { showLoader, hideLoader, messageError } = useCounterMixin();
|
||||
|
||||
const showData = ref<boolean>(false);
|
||||
const nodeTree = ref<any>();
|
||||
const nodeTree = ref<OrgTree[]>();
|
||||
|
||||
// defineProps<{ dataActive: DataActive }>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue