From eca3685899291ed4f2f85f6964b63952dbae1729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Mon, 17 Apr 2023 19:20:19 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=97=B6=E8=A1=A8=E5=8D=95=E7=9A=84=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Platform/PlatformCreateUpdate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/assets/Platform/PlatformCreateUpdate.vue b/src/views/assets/Platform/PlatformCreateUpdate.vue index 8425c49a9..f3827dfc6 100644 --- a/src/views/assets/Platform/PlatformCreateUpdate.vue +++ b/src/views/assets/Platform/PlatformCreateUpdate.vue @@ -113,6 +113,7 @@ export default { async updateSuMethods(constrains) { this.suMethodLimits = constrains['su_methods'] || [] this.updateSuMethodOptions() + this.initial.su_method = this.suMethodLimits[0] }, async setCategories() { const category = this.$route.query.category