fix(系统设置): 设置自定义字段弹窗标题显示错误

--bug=1010595 --user=李玉号 【系统设置】设置自定义字段弹窗标题显示错误
https://www.tapd.cn/55049933/s/1113227
This commit is contained in:
shiziyuan9527 2022-03-03 16:51:19 +08:00 committed by shiziyuan9527
parent be99bac5d6
commit e2f9921bdc
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export default {
this.$refs.customFieldRelateList.open();
},
addField() {
this.$refs.customFieldEdit.open();
this.$refs.customFieldEdit.open(null, this.$t('custom_field.create'));
},
getRelateFields() {
let condition = {};