lcw
This commit is contained in:
@ -266,7 +266,7 @@
|
||||
>
|
||||
<div style="position: relative; width: 90px; height: 100px">
|
||||
<el-upload
|
||||
action="/bagl/mosty-base/minio/image/upload/id"
|
||||
action="/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("/bagl/mosty-base/minio/image/download/");
|
||||
const urlImg = ref("/mosty-base/minio/image/download/");
|
||||
const multipleSelection = ref([]); //批量数据
|
||||
const { proxy } = getCurrentInstance();
|
||||
const isImport = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user