From 5d759699a459c9ab36ea80219e68198f22486539 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 15 Apr 2024 15:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E8=A7=86=E6=93=8D=E4=BD=9C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=BA=8B=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-panel/hirVisit/index.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/hirVisit/index.vue b/src/views/trials/trials-panel/hirVisit/index.vue index 0c4534a..953cb21 100644 --- a/src/views/trials/trials-panel/hirVisit/index.vue +++ b/src/views/trials/trials-panel/hirVisit/index.vue @@ -263,6 +263,7 @@ hasPermi(['trials:trials-panel:hirVisit:result']) || hasPermi(['trials:trials-panel:hirVisit:downlaod']) " + @command="(command) => handleCommand(command, scope.row)" > {{ $t("trials:adReview:title:result") }} {{ $t("trials:reading:button:uploadReport") @@ -379,6 +380,10 @@ export default { this.getList(); }, methods: { + // 下拉菜单操作 + handleCommand(command, item) { + this[command](item); + }, // 查询 handleSearch() { this.getList();