|
@@ -1419,7 +1419,7 @@ export default {
|
|
|
pageSize: -1,
|
|
|
params: [
|
|
|
{param: 'small_id', compare: '=', value: smallId},
|
|
|
- // {param: 'type_attribute', compare: '=', value: 'SPEC'}
|
|
|
+ {param: 'status', compare: '=', value: 'ON'}
|
|
|
]
|
|
|
}).then(res => {
|
|
|
this.specList = res.data.records.filter(o => o.typeAttribute == 'SPEC');
|