From 63f3cdb8a03f17106ecba88c8465f8e944e1cefc Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 14 Jul 2022 15:13:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug55799?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index a06568ae1..34ab134c9 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -46,15 +46,15 @@ - {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }} - {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }} + {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }} - {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }} + {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }} @@ -438,7 +438,7 @@ if (res.data.success) { _this.$message.success(_this.$t('OperationSuccessful')) _this.areaVisiblezr = false - this.getTableList() + this.getLoginUserType() } else { _this.$message.warning(_this.$t('operationFailed')) }