This commit is contained in:
lcw
2025-09-26 12:56:52 +08:00
parent 204a199990
commit 2bed0ee326
503 changed files with 37423 additions and 1132 deletions

View File

@ -266,7 +266,7 @@
>
<div style="position: relative; width: 90px; height: 100px">
<el-upload
action="/mosty-base/minio/image/upload/id"
action="/bagl/mosty-base/minio/image/upload/id"
:on-change="upImgFile"
:on-success="upImg"
:show-file-list="false"
@ -639,7 +639,7 @@ import {
} from "@/api/basicsmanage/equipment";
import Person from "@/assets/images/default_male.png";
import { ref, reactive, onMounted, getCurrentInstance, onUnmounted } from "vue";
const urlImg = ref("/mosty-base/minio/image/download/");
const urlImg = ref("/bagl/mosty-base/minio/image/download/");
const multipleSelection = ref([]); //批量数据
const { proxy } = getCurrentInstance();
const isImport = ref(false);