mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-01 11:38:57 +08:00
fix(项目设置): 模板管理设置或添加自定义字段时无法勾选默认值的问题
--bug=1016433 --user=宋昌昌 【项目设置】模板管理, 用例模板, 缺陷模板添加或设置自定义字段时无法勾选默认值 https://www.tapd.cn/55049933/s/1235340
This commit is contained in:
parent
f39cc66497
commit
377ead64b5
@ -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();
|
||||
},
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user