WXL
4 天以前 547be67ed775576f1c9b593f48dd846c642cff50
src/views/patient/patient/behospitalized.vue
@@ -547,7 +547,7 @@
  created() {
    this.getList();
    this.listDept();
    // this.listDept();
    this.gettabList();
  },
  methods: {
@@ -577,12 +577,12 @@
        this.loading = false;
      });
    },
    listDept() {
      listDept(this.queryParams).then((res) => {
        this.deptList = res.data;
        console.log(this.deptList, "this.deptList");
      });
    },
    // listDept() {
    //   listDept(this.queryParams).then((res) => {
    //     this.deptList = res.data;
    //     console.log(this.deptList, "this.deptList");
    //   });
    // },
    /** 查询标签列表 */
    gettabList() {
      const tagqueryParams = {