|
|
@ -784,6 +784,7 @@ idsArray.forEach(id => { |
|
|
|
// 批量试算 |
|
|
|
const handleSelectionTrialResult = async ()=>{ |
|
|
|
// let rows= selectionRows.value.map(item=>item.number) |
|
|
|
tableObject.loading = true |
|
|
|
let ids= Array.from(new Set(selectionRows.value.map(item=>item.number))).join(',') |
|
|
|
await PreparetoissueMainApi.batchGenerateIssueRequest(ids) |
|
|
|
.then((res) => { |
|
|
|