pengjun 2 years ago
parent
commit
140a82b207
  1. 10
      src/views/customerOrg/patientRegister.vue

10
src/views/customerOrg/patientRegister.vue

@ -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) => { getapi("/api/app/medical-type/in-filter").then((res) => {

Loading…
Cancel
Save