su
su1124
2023-12-27 c88e4e1bd87b909fdcc927223762a3f7d752fd6c
src/views/doctor/checkAll/index.vue
@@ -1361,6 +1361,9 @@
      if (this.tableAll.cusSex === 1) {
        this.tableAll.cusSex = "女";
      }
      if (this.tableAll.cusSex === 2) {
        this.tableAll.cusSex = "未知";
      }
      this.tjNumber = this.tableAll.tjNumber;
      getState(this.tjNumber).then((res) => {
        this.status = res.data;