Commit dbaa900f authored by guoyou's avatar guoyou

员工录入

parent 87300f81
...@@ -335,7 +335,10 @@ export default { ...@@ -335,7 +335,10 @@ export default {
getAllFn() { getAllFn() {
getAll().then(data => { getAll().then(data => {
if (data.status == 200) { if (data.status == 200) {
this.companyList = data.data this.companyList = data.data;
this.companyList.unshift({name:'全部',id:''})
console.log(this.companyList);
} }
}) })
}, },
......
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