修改bug55799

This commit is contained in:
zyx.net
2022-07-14 15:13:17 +08:00
parent a9d52245db
commit 63f3cdb8a0
@@ -46,15 +46,15 @@
<!-- 认证工程师 --> <!-- 认证工程师 -->
<span <span
v-if='record.state == "待发起收集" || record.state == "工程接口人退回"'> v-if='record.state == "待发起收集" || record.state == "工程接口人退回"'>
<span <span :title='record.dataValue'
@click='ondataValueTobe(record)'>{{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }}</span> @click='ondataValueTobe(record)'>{{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }}</span>
</span> </span>
<span v-else> <span v-else>
<span @click='dataValueTobe(record)'>{{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }}</span> <span :title='record.dataValue' @click='dataValueTobe(record)'>{{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }}</span>
</span> </span>
</span> </span>
<span v-else> <span v-else>
<span @click='dataValueTobe(record)'>{{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }}</span> <span :title='record.dataValue' @click='dataValueTobe(record)'>{{ (record.dataValue == null || record.dataValue == 'undefined')? '--': record.dataValue }}</span>
</span> </span>
</span> </span>
@@ -438,7 +438,7 @@
if (res.data.success) { if (res.data.success) {
_this.$message.success(_this.$t('OperationSuccessful')) _this.$message.success(_this.$t('OperationSuccessful'))
_this.areaVisiblezr = false _this.areaVisiblezr = false
this.getTableList() this.getLoginUserType()
} else { } else {
_this.$message.warning(_this.$t('operationFailed')) _this.$message.warning(_this.$t('operationFailed'))
} }