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) this.$emit('input', value)
}, },
choose(data) { choose(data) {
this.name = data.name this.name = data.allowanceBaseEnjoyDTO.name
this.$emit('on-choose', data) this.$emit('on-choose', data)
}, },
closeParentPicker() { closeParentPicker() {

View File

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