@@ -762,7 +762,10 @@
let data = response.data
data.foreignKey = data.foreignKey ? data.foreignKey - 0 : ''
this.formZd = data;
- this.ForeName = data.fkInfo.value
+ if(data.fkInfo !== null){
+ this.ForeName = data.fkInfo.value
+ }
+
this.openZd = true;
this.title = "修改字段信息";
});