fix:产品配置列表查询调整

dev_1.0.2
UNISINSIGHT\rdpnr_jiangpeng 2026-03-24 09:56:26 +08:00
parent a7e0598951
commit 96ede9b575
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ export default {
} else if (type === 'hardware') { } else if (type === 'hardware') {
this.currentProductType = '2'; this.currentProductType = '2';
} else if (type === 'maintenance') { } else if (type === 'maintenance') {
this.currentProductType = '11,22,99'; this.currentProductType = '3';
} }
this.selectProductVisible = true; this.selectProductVisible = true;