|
@@ -349,7 +349,7 @@ export default {
|
|
this.parentType = b;
|
|
this.parentType = b;
|
|
let that = this;
|
|
let that = this;
|
|
// 判断点击的
|
|
// 判断点击的
|
|
- if (event.target.id || !item.list) {
|
|
|
|
|
|
+ if (event.target.id || !item?.list) {
|
|
if (event.target.outerText == '长期医嘱' || event.target.outerText == '临时医嘱') {
|
|
if (event.target.outerText == '长期医嘱' || event.target.outerText == '临时医嘱') {
|
|
that.is_active = event.target.outerText;
|
|
that.is_active = event.target.outerText;
|
|
} else if (b == 2000002) {
|
|
} else if (b == 2000002) {
|