dangsn
2024-12-30 b4323fbf5258f682a10fa76abe3a68d0644c90d4
Source/plt-web/plt-web-ui/src/views/systemModel/systemConfig/index.vue
@@ -448,9 +448,7 @@
      exportSysConf(params).then(res => {
        func.downloadFileByBlobHandler(res);
        this.$message.success('导出成功');
      }).catch(err => {
        this.$message.error(err);
      })
      });
    }
  }
}