fix:产品配置列表查询调整
parent
a7e0598951
commit
96ede9b575
|
|
@ -391,7 +391,7 @@ export default {
|
|||
} else if (type === 'hardware') {
|
||||
this.currentProductType = '2';
|
||||
} else if (type === 'maintenance') {
|
||||
this.currentProductType = '11,22,99';
|
||||
this.currentProductType = '3';
|
||||
}
|
||||
|
||||
this.selectProductVisible = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue