da630f9a by lihua

解决数据产品报错弹框问题

1 parent 0c02b061
......@@ -203,6 +203,11 @@ service.interceptors.response.use(
})
}
break
case 504:
if (error.response.data?.msg) {
ElMessage.error(error.response.data?.msg);
}
break
default:
if (error.response.data.error == "invalid_grant") {
ElMessage({
......
......@@ -419,7 +419,7 @@ const handleUploadClose = (itemGuid) => {
</div>
<div class="label-main">
<div class="dataLabel" v-if="item.damTypeName">{{ item.damTypeName }}</div>
<div class="dataLabel" v-show="item.subjectDomain" style="margin-left: 4px;">{{ item.subjectDomainName || item.subjectDomain || '--' }}</div>
<div class="dataLabel" v-show="item.domainName" style="margin-left: 4px;">{{ item.domainName || '--' }}</div>
</div>
</div>
<div class="v-middle">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!