From 2f9c0edd00e564cb167cc7322f2ec002007cdeb4 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 13 Mar 2025 16:35:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=8E=BB=E7=BA=A4=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=BE=93=E5=85=A5=E7=89=A9=E6=96=99=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BB=E8=A6=81=E6=89=B9=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogb_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/mlogb_form.vue b/src/views/wpm_bx/mlogb_form.vue index 5c3f8089..bab8a033 100644 --- a/src/views/wpm_bx/mlogb_form.vue +++ b/src/views/wpm_bx/mlogb_form.vue @@ -183,7 +183,7 @@ export default { that.mlogbInOptions = res.filter((item)=>{ return item.parent==null; }) - that.form.parent = that.mlogbInOptions[0].id; + // that.form.parent = that.mlogbInOptions[0].id; }else{ that.form.parent = ''; }