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

This commit is contained in:
zhangqi1
2021-09-30 15:00:13 +08:00
parent da4f68673c
commit 0080095951
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() {

View File

@@ -114,6 +114,7 @@ export default {
})
}, 100)
// 右上角的显示
setTimeout(() => {
window.EWebBridge.webCallAppInJs('webview_right_button', {
btns: [
{
@@ -122,6 +123,7 @@ export default {
}
]
})
}, 100)
window.appCallBack = this.appCallBack
this.getList()
this.remindFunc()