@ -21,7 +21,7 @@
<el-upload
:action="uploadFileUrl"
multiple
:limit="3"
:limit="1"
:data="uploadData"
:show-file-list="false"
:on-success="handleChange"
@ -22,7 +22,7 @@
@ -621,7 +621,7 @@ export default {
axios.get("./config.json").then(res => {
// 基础地址
let response = res.data.BASE_URL;
this.uploadFileUrl = response + "udiwms/orders/file/upload";
this.uploadFileUrl = response + "/udiwms/orders/file/upload";
});
},
@ -35,7 +35,7 @@
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1"
@ -58,7 +58,6 @@
v-loading="loading"
:data="list"
style="width: 100%"
@selection-change="handleSelectionChange"
>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column