提交 569ca78a 编写于 作者: zhentian.jia's avatar zhentian.jia

流程全部走通

上级 69f0c762
...@@ -83,7 +83,15 @@ export function inOrganization(list,id) { ...@@ -83,7 +83,15 @@ export function inOrganization(list,id) {
} }
return flag; return flag;
} }
export function initTags(value) {
let tags = [];
for (let j = 0; j < value.length; j++) {
let tagsComponent = {};
tagsComponent.value = value.value;
tagsComponent[j].name = this.optionsComponent[j].label;
}
return tags;
}
//机构列表 //机构列表
export function getOrganizationList(data) { export function getOrganizationList(data) {
let list = []; let list = [];
...@@ -114,7 +122,7 @@ export function getHospitalList(data) { ...@@ -114,7 +122,7 @@ export function getHospitalList(data) {
} }
list.push(obj); list.push(obj);
} }
console.log(list); //console.log(list);
return list; return list;
} }
......
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册