Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue
@@ -565,9 +565,7 @@
      exportAction(params).then(res => {
        func.downloadFileByBlobHandler(res);
        this.$message.success('导出成功');
      }).catch(err => {
        this.$message.error(err);
      })
      });
    },
    // action列表行删除