src/views/doctor/checkAll/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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;