fixing remove import file
This commit is contained in:
parent
e541bbb6d2
commit
ed683d0bb3
24 changed files with 201 additions and 831 deletions
|
|
@ -8,7 +8,7 @@ import http from "@/plugins/http";
|
|||
import config from "@/app.config";
|
||||
|
||||
/** import Type*/
|
||||
import type { DataOption } from "@/modules/04_registry/components/profileType";
|
||||
import type { DataOption } from "@/modules/07_insignia/interface/index/Main";
|
||||
import type { DataStructureTree } from "@/interface/main";
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,17 +7,12 @@ import { useResultDataStore } from "@/modules/07_insignia/storeResult";
|
|||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
|
||||
/**
|
||||
* import Type
|
||||
*/
|
||||
// import type { DataOption } from "@/modules/04_registry/components/profileType";
|
||||
/** import Type */
|
||||
import type { OptionData } from "@/modules/07_insignia/interface/index/Main";
|
||||
|
||||
import DialogHeader from "@/components/DialogHeader.vue";
|
||||
|
||||
/**
|
||||
* use
|
||||
*/
|
||||
/** use */
|
||||
const $q = useQuasar();
|
||||
const myForm = ref<QForm>();
|
||||
const DataStore = useResultDataStore();
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import http from "@/plugins/http";
|
|||
import config from "@/app.config";
|
||||
|
||||
/** impotrType */
|
||||
import type { DataOption } from "@/modules/04_registry/components/profileType";
|
||||
import type { DataOption } from "@/modules/07_insignia/interface/index/Main";
|
||||
|
||||
/** impotrComponents */
|
||||
import DialogHeader from "@/components/DialogHeader.vue";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue