标准法规清单-新增-导出 程序异常
This commit is contained in:
@@ -1751,8 +1751,9 @@ export default {
|
||||
}
|
||||
if (exportList != null && exportList.length > 0) {
|
||||
let accIdAndrestype = []
|
||||
for (var accessInfo in exportList) {
|
||||
accIdAndrestype.push(exportList[accessInfo].id)
|
||||
let accessInfo = 1
|
||||
for (accessInfo in exportList) {
|
||||
accIdAndrestype.push(exportList[accessInfo])
|
||||
}
|
||||
const exportURL = interfaceUrl + 'sarLawsAttrDetailedList/sar-laws-attr-detailed-list/ExportLawsById?' + '&exportType=apart' + '&ids=' + accIdAndrestype.join(',') + '&exportName=' + this.exportName
|
||||
window.open(exportURL)
|
||||
|
||||
Reference in New Issue
Block a user