From 4e8402d4ce24f574bc25d25b5b8d6b5e8a5ae33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E6=98=95?= Date: Tue, 17 Nov 2020 14:54:48 +0800 Subject: [PATCH] =?UTF-8?q?ip=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/login.vue b/src/pages/login.vue index 2c90f6d..0ec872b 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -562,7 +562,7 @@ export default { this.ruleForm_0.cname = ""; this.ruleForm_1.businessSystemName = ""; this.ruleForm_1.domainName = ""; - this.ruleForm_1.ip_white = []; + this.$set(this.ruleForm_1, ip_white, []); this.ruleForm_1.organization = ""; this.yzms.yzm = ""; this.ruleFormIcon.userid1 = true; -- 2.26.0