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();