From 5ba68d1d996337c7802063db87fbe98ca735224a Mon Sep 17 00:00:00 2001 From: zty Date: Thu, 10 Apr 2025 16:40:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=B7=AF=E5=BE=84=20super-task2do?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/supervisionNew/taskdo.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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;