lkk
21 小时以前 8ad8f75a339aa3486f88887b6a98f9e70302c2d2
体检类型
1个文件已修改
12 ■■■■■ 已修改文件
src/views/doctor/checkAll/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/checkAll/index.vue
@@ -3132,6 +3132,18 @@
      this.qingkong();
      this.$refs.Pre.open = false;
      this.tableAll = row;
      let dict = "dict_tjtype"
      getDicts(dict).then(res => {
         if (res.code == 200) {
            res.data.forEach((item) => {
              if (this.tableAll.tjCategory == item.dictValue) {
                this.tableAll.tjCategory = item.dictLabel;
              }
            });
          } else {
            throw new Error('获取体检类型字典失败');
          }
      })
      this.tjproject = "0";
      this.tjNumber = this.tableAll.tjNumber;