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'))