Commit 078f8c96 by liang ce

选人组建修改

parent 70356482
...@@ -223,6 +223,7 @@ export default { ...@@ -223,6 +223,7 @@ export default {
}, },
// 选人组件调用 // 选人组件调用
choosePeople () { choosePeople () {
const _that = this
config.ddready('ddchoose').then((res) => { config.ddready('ddchoose').then((res) => {
let userIdListObj = [] let userIdListObj = []
let departmentIdListObj = [] let departmentIdListObj = []
...@@ -238,6 +239,7 @@ export default { ...@@ -238,6 +239,7 @@ export default {
} }
this.searchSource.ddchoosePeople.departmentIdList = departmentIdListObj this.searchSource.ddchoosePeople.departmentIdList = departmentIdListObj
this.searchSource.ddchoosePeople.userIdList = userIdListObj this.searchSource.ddchoosePeople.userIdList = userIdListObj
_that.queryAccountList()
}) })
}, },
// 校验账户充值金额大小和纯数字 // 校验账户充值金额大小和纯数字
......
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