mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 05:12:49 +00:00
fix: 修复审批的图片无法查看
This commit is contained in:
parent
19a4f63ffa
commit
f613a8cfc6
@ -423,7 +423,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 打开图片
|
// 打开图片
|
||||||
onViewPicture(currentUrl) {
|
onViewPicture(currentUrl) {
|
||||||
this.$store.dispatch("previewImage", '/' +currentUrl)
|
this.$store.dispatch("previewImage", $A.apiUrl('../'+currentUrl) )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user