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