提交 5639b841 编写于 作者: changdi.hao's avatar changdi.hao

增加全部科室

上级 b8cdd4c3
...@@ -473,7 +473,10 @@ export default { ...@@ -473,7 +473,10 @@ export default {
let url = DEP_URL; let url = DEP_URL;
this.GET(url).then((res) => { this.GET(url).then((res) => {
if (res.code === '000000') { if (res.code === '000000') {
this.depList = res.data; this.depList = [{
id: '',
name: '全部'
},...res.data];
} }
}); });
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册