Commit 16b5767f authored by 仇晓婷's avatar 仇晓婷

ff

parent 2df7a2fc
...@@ -190,7 +190,7 @@ export default { ...@@ -190,7 +190,7 @@ export default {
v = 0; v = 0;
} }
// this.$set(this.entity.customProperties,u.filed,v) // this.$set(this.entity.customProperties,u.filed,v)
this.entity[u.field] = "";
this.entity.json[u.field] = ""; this.entity.json[u.field] = "";
this.$set(this.entity, u.filed, v); this.$set(this.entity, u.filed, v);
}); });
......
...@@ -191,7 +191,6 @@ export default { ...@@ -191,7 +191,6 @@ export default {
if (u.dataType == 1 || u.dataType == 2) { if (u.dataType == 1 || u.dataType == 2) {
v = 0; v = 0;
} }
this.entity[u.field] = "";
this.entity.json[u.field] = ""; this.entity.json[u.field] = "";
this.$set(this.entity, u.filed, v); this.$set(this.entity, u.filed, v);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment