WXL
4 天以前 572a62402e7409ba100c647317b34cf1c6506422
测试完成
已修改4个文件
8 ■■■■ 文件已修改
src/views/patient/patient/behospitalized.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/hospital.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/Missioncreation.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty copy.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/behospitalized.vue
@@ -638,7 +638,7 @@
      (obj) => obj.deptCode
    );
    this.getList();
    this.listDept();
    // this.listDept();
    this.gettabList();
  },
  methods: {
src/views/patient/patient/hospital.vue
@@ -615,7 +615,7 @@
      (obj) => obj.deptCode
    );
    this.getList();
    this.listDept();
    // this.listDept();
    this.gettabList();
  },
  methods: {
src/views/patient/propaganda/Missioncreation.vue
@@ -970,7 +970,7 @@
    this.belongDepts = store.getters.belongDepts;
    this.form.typename = this.$route.query.typename;
    this.form.serviceType = Number(this.$route.query.serviceType);
    this.listDept();
    // this.listDept();
    this.Acquisitiontype();
    this.Getdetails();
    this.getheLibraryAssort();
src/views/patient/propaganda/particty copy.vue
@@ -714,7 +714,7 @@
    this.serviceType = Number(this.$route.query.serviceType);
    this.form.serviceType = Number(this.$route.query.serviceType);
    this.form.nhh = this.$route.query.nhh;
    this.listDept();
    // this.listDept();
    this.Acquisitiontype();
    this.Getdetails();
  },