Commit b072e39e authored by 15008242619's avatar 15008242619 Committed by jingnan

工作包bug修改

parent 92de6a43
...@@ -398,7 +398,7 @@ export default { ...@@ -398,7 +398,7 @@ export default {
] ]
} }
post('/ExtWorkPackage/search', params).then(res => { post('/ExtWorkPackage/search', params).then(res => {
this.wpOptions = res.items.content.map(row => { res.items.content.forEach(row => {
if (row.workState === 'Y') { if (row.workState === 'Y') {
this.wpOptions.push({ this.wpOptions.push({
name: row.name, name: row.name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment