From 96ede9b57511683fd007e54fd155bb8362c7ea06 Mon Sep 17 00:00:00 2001 From: "UNISINSIGHT\\rdpnr_jiangpeng" Date: Tue, 24 Mar 2026 09:56:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BA=A7=E5=93=81=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oms_web/oms_vue/src/views/project/info/ProductConfig.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oms_web/oms_vue/src/views/project/info/ProductConfig.vue b/oms_web/oms_vue/src/views/project/info/ProductConfig.vue index 525dd174..d8fdeae9 100644 --- a/oms_web/oms_vue/src/views/project/info/ProductConfig.vue +++ b/oms_web/oms_vue/src/views/project/info/ProductConfig.vue @@ -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;