GFRS-2618【前端】修改前端bug --提交人:张齐

This commit is contained in:
zhangqi1
2021-09-30 15:00:13 +08:00
parent 9f3442d05d
commit bf1c76abb9
2 changed files with 16 additions and 14 deletions

View File

@@ -112,7 +112,7 @@ export default {
this.$emit('input', value)
},
choose(data) {
this.name = data.name
this.name = data.allowanceBaseEnjoyDTO.name
this.$emit('on-choose', data)
},
closeParentPicker() {