diff --git a/src/views/yingji/enterprise.vue b/src/views/yingji/enterprise.vue
index 9b6c6d9..cc48f61 100644
--- a/src/views/yingji/enterprise.vue
+++ b/src/views/yingji/enterprise.vue
@@ -117,7 +117,7 @@
header-align="center"
>
- {{ componendDistrict(scope.row.subdistrict) || '/' }}
+ {{ componendDistrict(scope.row.subdistrict) || "/" }}
{
if (key == value1.eng) {
this.listDes[index1].value =
- this.details[key] == "无" ? "/" : this.details[key];
+ this.details[key] == "无"
+ ? "/"
+ : this.details[key] == "null"
+ ? "/"
+ : this.details[key];
return;
}
});
@@ -723,7 +727,7 @@ export default {
value1.value
);
}
- if (value1.value == null) {
+ if (value1.value == null ) {
this.listDes[index1].value = "/";
}
if (value1.value == "false") {