Commit 70356482 by liang ce

选人组建修改

parent 7bcbfb5f
...@@ -121,8 +121,10 @@ export default { ...@@ -121,8 +121,10 @@ export default {
}, },
// 选人组件调用 // 选人组件调用
choosePeople () { choosePeople () {
const _that = this
config.ddready('ddchooseOne').then((res) => { config.ddready('ddchooseOne').then((res) => {
this.searchSource.UserMessage = res[0] this.searchSource.UserMessage = res[0]
_that.queryRechargeList()
}) })
}, },
// 清理选择帅选人list // 清理选择帅选人list
......
...@@ -208,8 +208,10 @@ export default { ...@@ -208,8 +208,10 @@ export default {
}, },
// 选人组件调用 // 选人组件调用
choosePeople () { choosePeople () {
let _that = this
config.ddready('ddchooseOne').then((res) => { config.ddready('ddchooseOne').then((res) => {
this.searchSource.UserMessage = res[0] this.searchSource.UserMessage = res[0]
_that.queryRecordList()
}) })
}, },
// 表格时间处理 // 表格时间处理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment