Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/index.vue
@@ -475,7 +475,7 @@ this.lastIndex = newIndex; }, () => { this.selectList = []; this.selectList = [row]; } ); }, @@ -493,8 +493,6 @@ exportExcel(params).then(res => { func.downloadFileByBlobHandler(res); this.$message.success('导出成功'); }).catch(err => { this.$message.error(err); }); },