|
|
|
@ -44,7 +44,6 @@
|
|
|
|
|
<el-upload
|
|
|
|
|
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1"
|
|
|
|
|
:action="uploadFileUrl"
|
|
|
|
|
multiple
|
|
|
|
|
:limit="1"
|
|
|
|
|
:data="uploadData"
|
|
|
|
|
:show-file-list="false"
|
|
|
|
@ -312,7 +311,7 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
selectIp(query).then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.uploadFileUrl = response.data.thridUrl + "/udiwms/erp/pi/upload";
|
|
|
|
|
this.uploadFileUrl = process.env.VUE_APP_BASE_API + "/udiwms/erp/pi/upload";
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|