fix: 查看帮助

dev2.0.1
chenhc 1 year ago
parent 8051c11c54
commit 6e1eaeb96f

@ -284,6 +284,7 @@ export default {
},
data() {
return {
BASE_URL: process.env.VUE_APP_BASE_API,
//
ioCreateOrderHelp500:{},
// ioCreateOrderHelp502:{},
@ -417,6 +418,9 @@ export default {
//url
if (helpType == 1) {
window.open(this["ioCreateOrderHelp"+code].urlPath, '_blank')
}else if(helpType == 0 ||helpType == null){
let certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
window.open(certFileUrl + this["ioCreateOrderHelp"+code].filePath);
}
},

Loading…
Cancel
Save