|
|
@ -2,6 +2,7 @@ import AppList from "../../../components/list/index.js"; |
|
|
|
import html from "html"; |
|
|
|
import useConfig from "../../../models/vmi/log.js"; |
|
|
|
import { ref, onMounted, onUnmounted } from "vue"; |
|
|
|
import { useRoute } from "vue-router"; |
|
|
|
import { schemaToModel } from "../../utils/index.js"; |
|
|
|
import AppForm from "../../../components/form/index.js"; |
|
|
|
import AppTable from "../../components/table/index.js"; |
|
|
@ -31,6 +32,7 @@ export default { |
|
|
|
</el-dialog> |
|
|
|
`,
|
|
|
|
setup() { |
|
|
|
const route = useRoute(); |
|
|
|
const appListRef = ref(false); |
|
|
|
const loading = ref(false); |
|
|
|
const addDialogVisible = ref(false); |
|
|
|