From 688f6a25117eb32fdfd4713eadbb06b7674490b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E8=89=AF=E8=BE=B0?= Date: Mon, 13 Mar 2023 03:20:03 +0000 Subject: [PATCH] =?UTF-8?q?!56=20=E4=BF=AE=E5=A4=8D=E8=BF=9E=E7=BB=AD?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=AE=A2=E6=88=B7=E7=BB=84=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20*=20=E6=95=B0=E5=AD=971=20*=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=9E=E7=BB=AD=E5=88=9B=E5=BB=BA=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=BB=84=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../beike/admin/views/pages/customer_groups/index.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/beike/admin/views/pages/customer_groups/index.blade.php b/resources/beike/admin/views/pages/customer_groups/index.blade.php index 1872fa56..102f4411 100644 --- a/resources/beike/admin/views/pages/customer_groups/index.blade.php +++ b/resources/beike/admin/views/pages/customer_groups/index.blade.php @@ -190,7 +190,8 @@ } else { this.customer_groups[this.dialog.index] = res.data } - this.dialog.show = false + this.dialog.show = false; + this.dialog.form.level = 1 }) }); }, @@ -214,7 +215,8 @@ Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '') this.dialog.form.name = {}; this.dialog.form.description = {}; - this.dialog.show = false + this.dialog.show = false; + this.dialog.form.level = 1 } } })