Commit 078f8c96 by liang ce

选人组建修改

parent 70356482
......@@ -223,6 +223,7 @@ export default {
},
// 选人组件调用
choosePeople () {
const _that = this
config.ddready('ddchoose').then((res) => {
let userIdListObj = []
let departmentIdListObj = []
......@@ -238,6 +239,7 @@ export default {
}
this.searchSource.ddchoosePeople.departmentIdList = departmentIdListObj
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