@@ -183,13 +183,13 @@ export default {
this.showType == 3 ||
this.showType == 4 ||
this.showType == 5 ||
- this.showType == 7
+ this.showType == 6
) {
// 检验/检查
this.positions = positions.filter(item => {
return item.key <= 2;
});
- } else if (this.showType == 2 || this.showType == 6) {
+ } else if (this.showType == 2 || this.showType == 7) {
// 药品/手术
this.positions = positions.filter(item => item.key === 1);
} else {