diff --git a/frontend/src/business/components/project/template/CustomFiledComponent.vue b/frontend/src/business/components/project/template/CustomFiledComponent.vue index 013bcd8fb2..97ca0e0d45 100644 --- a/frontend/src/business/components/project/template/CustomFiledComponent.vue +++ b/frontend/src/business/components/project/template/CustomFiledComponent.vue @@ -170,9 +170,7 @@ export default { return item.system ? this.$t(item.text) : item.text; }, handleChange() { - if (this.form) { - this.$set(this.form, this.data.name, this.data[this.prop]); - } + this.$forceUpdate(); }, } };