diff --git a/client/src/views/supervisionNew/taskdo.vue b/client/src/views/supervisionNew/taskdo.vue index 754f1ab..463470c 100644 --- a/client/src/views/supervisionNew/taskdo.vue +++ b/client/src/views/supervisionNew/taskdo.vue @@ -427,7 +427,16 @@ - + + + @@ -606,6 +615,13 @@ export default { } }); }, + openPDF(path) { + if(path){ + window.open(path); + }else{ + this.$message.warning("无效文件路径"); + } + }, getOrgList() { getOrgList({can_supervision:true}).then((res) => { this.deptOptions = res.data;