Merge remote-tracking branch 'origin/fix_foton_20240430' into fix_foton_20240430

This commit is contained in:
baoyu
2024-06-14 17:02:32 +08:00
@@ -950,7 +950,7 @@ export default {
if (this.saveExportType === "apart") {
if (this.selectedList != null && this.selectedList != "") {
const exportURL = interfaceUrl + "sarLawsAttrDetailedList/sar-laws-attr-detailed-list/ExportLawsById?" + "type=" + 1 +
"&exportType" + this.saveExportType + "&ids=" + this.selectedList.join(",") + "&exportName=" + this.exportName;
"&exportType" + this.saveExportType + "&ids=" + this.selectedList.join(",") + "&exportName=" + this.exportName + "&id=" + this.pageId;
window.open(exportURL);
this.$message.success("导出信息成功");
}