From eca8d3e98d87ba65eb420c5a5a5a8a28aa820953 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 26 Apr 2021 09:22:22 +0800
Subject: [PATCH] 设备管理样式修改
---
src/views/clientManagement/clientManagement.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/clientManagement/clientManagement.vue b/src/views/clientManagement/clientManagement.vue
index 17579a3..29a34be 100644
--- a/src/views/clientManagement/clientManagement.vue
+++ b/src/views/clientManagement/clientManagement.vue
@@ -702,9 +702,9 @@
this.form.street = address.substring(address.indexOf("区")+1,address.length);
}
- that.form.province = val.addressComponent.province;
- that.form.city = val.addressComponent.city;
- that.form.district = val.addressComponent.district;
+ // that.form.province = val.addressComponent.province;
+ // that.form.city = val.addressComponent.city;
+ // that.form.district = val.addressComponent.district;
}
},
immediate: true,
--
Gitblit v1.9.3