修改
This commit is contained in:
parent
3240472625
commit
716e2c4d1f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user