Commit 971c40f9 authored by xinzhedeai's avatar xinzhedeai

问题处理

parent 4caef96c
......@@ -258,9 +258,10 @@ export default {
},
methods: {
getCompanyList(deptId){
debugger
console.log('deptId', deptId)
getCompanyList({
deptId // : deptId.length > 1 ? deptId[deptId.length-1] : deptId[0]
// deptId
deptId: deptId.length > 1 ? deptId[deptId.length-1] : deptId[0]
})
.then((res) => {
this.options4enterpriseIdList = res.body;
......
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