From 23d7d41515ce30b055212378a7f7a30b5e7d9827 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Wed, 4 May 2022 21:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=BD=91=E6=A0=BC=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=92=8C=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppGridManagement/AddGird.vue | 3 --- src/saas/AppGridManagement/Map.vue | 5 ---- src/saas/AppGridManagement/Statistics.vue | 30 +++++++++++------------ 3 files changed, 14 insertions(+), 24 deletions(-) diff --git a/src/saas/AppGridManagement/AddGird.vue b/src/saas/AppGridManagement/AddGird.vue index c0c9fc11..73e3d9ff 100644 --- a/src/saas/AppGridManagement/AddGird.vue +++ b/src/saas/AppGridManagement/AddGird.vue @@ -55,11 +55,9 @@ export default { } }, onLoad(option) { - this.$dict.load('girdType').then(() => { this.id = option.id this.fromType = option.fromType this.getDetail() - }) }, onShow() { if (this.fromType == 'add') { @@ -80,7 +78,6 @@ export default { if (this.fromType == 'add') { this.form.parentGirdId = this.detailInfo.id this.form.parentGirdName = this.detailInfo.girdName - this.form.girdType = Number(this.detailInfo.girdType) + 1 this.$forceUpdate() } } diff --git a/src/saas/AppGridManagement/Map.vue b/src/saas/AppGridManagement/Map.vue index eee208b0..e5c44fbc 100644 --- a/src/saas/AppGridManagement/Map.vue +++ b/src/saas/AppGridManagement/Map.vue @@ -20,10 +20,6 @@