This commit is contained in:
shidongli 2024-07-22 15:10:01 +08:00
parent 81df524221
commit 458685e26d
4 changed files with 1 additions and 11 deletions

View File

@ -210,15 +210,13 @@ export default {
// this.info();
this.patientId = this.$route.query.patientId
this.CheckStatus = this.$route.query.routeCheckStatus
console.log(this.CheckStatus, 'CheckStatus')
getByPatientId(this.$route.query.patientId).then(res => {
res.data.birthDate ? res.data.age = getAge(res.data.birthDate) : ''
this.list = res.data
this.portaitCheckStatus = res.data.portaitCheckStatus
console.log(this.portaitCheckStatus, '------')
})
// console.log(this.portaitCheckStatus, '--------------')
},
methods: {
//
@ -228,7 +226,6 @@ export default {
//
portraitlist(val) {
this.portraitlistdata = val
console.log(this.portraitlistdata, '999999999')
},
//
ignore() {

View File

@ -233,11 +233,8 @@ export default {
//
getParams() {
groupingValue(this.querytParams).then(res => {
console.log(res, 'res')
this.moban = JSON.parse(JSON.stringify(res))
this.getParamslistData = res
console.log(this.getParamslistData, '009090')
})
},

View File

@ -521,7 +521,6 @@ export default {
};
},
mounted() {
console.log(11111111111111111)
this.initG6Editor();
this.getlist();
// this.editor.getCurrentPage().save()
@ -540,8 +539,6 @@ export default {
},
//
initG6Editor() {
console.log(11111111111111111)
const _this = this;
const editor = new G6Editor();
this.editor = editor;

View File

@ -124,7 +124,6 @@ export default {
portaitCheckStatus: {
handler(newValue, oldValue) {
this.portaitCheckStatus=newValue
console.log(newValue, "portaitCheckStatus");
},
}