From ab058d6659b929743d1fc2fd90d37c4b29d65dd1 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 10 Apr 2025 13:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A5=E6=96=87=E6=A1=A3=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E3=80=81=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/trials.js | 8 + .../components/auditDocument/index.vue | 183 +++++++++++------- 2 files changed, 116 insertions(+), 75 deletions(-) diff --git a/src/api/trials.js b/src/api/trials.js index 98d554af..bbbcf119 100644 --- a/src/api/trials.js +++ b/src/api/trials.js @@ -4101,4 +4101,12 @@ export function setIsAuthorization(data) { method: 'post', data }) +} +// 工作台-稽查文档新增文件夹 +export function addFolder(data) { + return request({ + url: `/AuditDocument/addFolder`, + method: 'post', + data + }) } \ No newline at end of file diff --git a/src/views/trials/trials-workbench/components/auditDocument/index.vue b/src/views/trials/trials-workbench/components/auditDocument/index.vue index e3266ca3..61a40784 100644 --- a/src/views/trials/trials-workbench/components/auditDocument/index.vue +++ b/src/views/trials/trials-workbench/components/auditDocument/index.vue @@ -61,11 +61,11 @@ - + @sort-change="handleSortByColumn" @expand-change="handleExpandChange" @row-click="handleRowClick" + @cell-mouse-enter="handleCellMouseEnter" @cell-mouse-leave="handleCellMouseLeave" + @row-contextmenu="handleRowContextmenu" @row-dblclick="handleRowDblclick"> +