This commit is contained in:
2025-07-07 14:42:40 +08:00
parent 3240472625
commit 716e2c4d1f

View File

@ -134,10 +134,8 @@ export default {
};
},
created() {
console.log(1111111111);
// if(this.activeName == 'second'){
this.info();
// }
},
methods: {
@ -146,12 +144,10 @@ export default {
this.fold = !this.fold;
},
changeitem(e) {
console.log(e, "e");
this.signPatientRecordld = e;
},
info() {
getRecordLists(this.$route.query.patientId).then((res) => {
console.log(res, "res");
this.options = res.data;
this.value = res.data[0].signRouteName;
this.signPatientRecordld = res.data[0].id;