From 69e5e572b3c8883b3098abba2ff1894640fba7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Mon, 12 Dec 2022 17:20:21 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B4=A3=E4=BB=BB=E9=A2=86=E5=9F=9F=E7=A9=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA--=202.=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=B4=A3=E4=BB=BB=E9=A2=86=E5=9F=9F=E5=9B=9E=E6=98=BE=E6=B8=85?= =?UTF-8?q?=E7=A9=BA?= 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 818e2c07e..e1878636e 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -59,14 +59,14 @@ {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }} + @click='ondataValueTobe(record)'>{{ (record.dataValue == null || record.dataValue == 'undefined' || record.dataValue == '')? '--': record.dataValue }} - {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }} + {{ (record.dataValue == null || record.dataValue == 'undefined' || record.dataValue == '')? '--': record.dataValue }} - {{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }} + {{ (record.dataValue == null || record.dataValue == 'undefined' || record.dataValue == '')? '--': record.dataValue }} @@ -489,8 +489,8 @@ console.log(res) if (res.data.success) { _this.$message.success(_this.$t('OperationSuccessful')) - // this.$refs['ruleFormOne'].resetFields() _this.areaVisiblezr = false + this.$refs['ruleFormOne'].resetFields() this.getLoginUserType() } else { _this.$message.warning(_this.$t('operationFailed'))