fix: 修复审批的图片无法查看

This commit is contained in:
weifashi 2023-06-12 13:48:26 +08:00
parent 19a4f63ffa
commit f613a8cfc6

View File

@ -423,7 +423,7 @@ export default {
}, },
// //
onViewPicture(currentUrl) { onViewPicture(currentUrl) {
this.$store.dispatch("previewImage", '/' +currentUrl) this.$store.dispatch("previewImage", $A.apiUrl('../'+currentUrl) )
} }
} }
} }