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

View File

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

View File

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

View File

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