Source/plt-web/plt-web-ui/src/views/systemModel/mangeModel/index.vue
@@ -418,8 +418,6 @@
      exportFunctionSql({isFunction: true}).then(res => {
        func.downloadFileByBlobHandler(res);
        this.$message.success('导出成功');
      }).catch(err => {
        this.$message.error(err);
      });
    },