From 1a284c10e87325cd88bb56939c3baaf2085a2b7a Mon Sep 17 00:00:00 2001 From: wa1k3r Date: Sun, 27 Sep 2020 17:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=88=9B=E5=BB=BA=20?= =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage_system/index/index.vue | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/views/manage_system/index/index.vue b/src/views/manage_system/index/index.vue index b1f06fdf..c3b2dcaa 100644 --- a/src/views/manage_system/index/index.vue +++ b/src/views/manage_system/index/index.vue @@ -270,7 +270,7 @@
- +
{{currentCompany.address}}
@@ -310,7 +310,7 @@
{{currentCompany.cnName}}
- +
@@ -1237,18 +1237,6 @@ export default { }); return false; } - if ( - this.currentCompany.address == null || - this.currentCompany.address == "" - ) { - this.$notify({ - message: "请输入企业地址", - type: "warning", - offset: 100, - duration: 2500, - }); - return false; - } if ( this.currentCompany.telphone == null || this.currentCompany.telphone == ""