This commit is contained in:
2024-04-09 13:19:13 +08:00
parent 43553adc7e
commit 424c1df755

View File

@ -117,13 +117,6 @@ export default {
//
clickrecord(index) {
this.recordindex = index
// if (index == 0) {
// this.InRecordinfo();
// } else if (index == 1) {
// this.OutRecordinfo();
// } else if (index == 2) {
// this.OperationRecordinfo();
// }
},
//item
clickcategory(item, index) {
@ -131,7 +124,6 @@ export default {
this.categoryItem = item
if (item.visitMethod == 'BE_HOSPITALIZED') {
this.recordindex = 0
this.InRecordinfo();
} else if (item.visitMethod == 'OUTPATIENT_SERVICE') {
this.recordindex = 3
}
@ -145,25 +137,6 @@ export default {
}
})
},
//
OperationRecordinfo() {
OperationRecord(this.categoryItem.id).then(res => {
this.recordlist = res.data
})
},
//
OutRecordinfo() {
OutRecord(this.categoryItem.id).then(res => {
this.recordlist = res.data
})
},
//
InRecordinfo() {
InRecord(this.categoryItem.id).then(res => {
this.recordlist = res.data
})
},
//
//info
info() {
var date = new Date();