Commit 748f2d7d authored by 盖献康's avatar 盖献康

bug(64424) - 检查管理查询

parent bc0c8b11
...@@ -605,9 +605,8 @@ export default { ...@@ -605,9 +605,8 @@ export default {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
itemType = '2' itemType = '2'
this.getItemByType(itemType) this.getItemByType(itemType)
} else {
this.queryParams.checkItemsId = null
} }
this.queryParams.checkItemsId = null
}, },
// 根据检查类型(医院自有服务、预约外部服务)查询检查项目 // 根据检查类型(医院自有服务、预约外部服务)查询检查项目
getItemByType(itemType) { getItemByType(itemType) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment