Commit 157dfe61 by lichengming

修改了委托单登记项目负责人查询

parent 4c1074be
......@@ -354,6 +354,12 @@ export default {
}
const result = await soilSample.queryUserList(query)
if (result) {
for (let i = 0; i < result.records.length; i++) {
console.log('---records---', result.records[i])
result.records[i].realname =
result.records[i].realname + result.records[i].mobile
this.projectLeaderName.push(result.records[i].realname)
}
this.projectLeaderData = result.records
}
},
......
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