|
|
|
@ -81,11 +81,11 @@ export default { |
|
|
|
); |
|
|
|
|
|
|
|
//体检单位 |
|
|
|
getapi("/api/app/customer-org/in-filter").then((res) => { |
|
|
|
if (res.code == 1) { |
|
|
|
this.dict.customerOrg = res.data.items; |
|
|
|
} |
|
|
|
}); |
|
|
|
// getapi("/api/app/customer-org/in-filter").then((res) => { |
|
|
|
// if (res.code == 1) { |
|
|
|
// this.dict.customerOrg = res.data.items; |
|
|
|
// } |
|
|
|
// }); |
|
|
|
|
|
|
|
//体检类别 |
|
|
|
getapi("/api/app/medical-type/in-filter").then((res) => { |
|
|
|
|