From 95c47b55656ce5c06e47a2807460fa7c0609aca3 Mon Sep 17 00:00:00 2001 From: blak-kong <546598185@qq.com> Date: Wed, 10 Jan 2024 13:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/instrument/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flossom-ui/src/views/system/instrument/index.vue b/flossom-ui/src/views/system/instrument/index.vue index a6865c8..d9246fa 100644 --- a/flossom-ui/src/views/system/instrument/index.vue +++ b/flossom-ui/src/views/system/instrument/index.vue @@ -834,6 +834,8 @@ import { getToken } from '@/utils/auth' import Treeselect from '@riophae/vue-treeselect' import '@riophae/vue-treeselect/dist/vue-treeselect.css' +import { upload } from "@/api/upload"; + export default { name: 'Instrument', components: { Treeselect },