src/views/productionManagement/workOrderManagement/index.vue
@@ -265,7 +265,8 @@ import QRCode from "qrcode"; import { getCurrentInstance, reactive, toRefs } from "vue"; import MaterialDialog from "./components/MaterialDialog.vue"; import FileList from "@/components/Dialog/FileList.vue"; const FileList = defineAsyncComponent(() => import("@/components/Dialog/FileList.vue")); import useUserStore from "@/store/modules/user"; const { proxy } = getCurrentInstance(); const userStore = useUserStore();