dedsudiyu 2 éve
szülő
commit
f5ddb1ad61

+ 2 - 2
src/views/emergencyManagement/electronicInformationBoard/index.vue

@@ -117,7 +117,7 @@
   import { XxpCardInfoList,XxpCardInfo,XxpCardInfoPut,XxpCardInfoDelete,getSubList } from "@/api/laboratory/electronicInformationBoard";
   // import { filterDept,getSubList } from "@/api/medicUniversity-3_1/index";
   import {listDepartments} from "@/api/system/dept";
-  import {subjectDictList } from "@/api/laboratory/record";
+  import {subjectList } from "@/api/laboratory/approval";
   export default {
     name: 'index',
     data(){
@@ -225,7 +225,7 @@
             obj.name = val
             obj.id = this.addForm.subjectId
           }
-          subjectDictList(obj).then(response => {
+          subjectList(obj).then(response => {
             this.$set(this,'selectList',response.data);
           })
         }else{