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"> +