修改
This commit is contained in:
parent
81df524221
commit
458685e26d
@ -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() {
|
||||
|
||||
@ -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')
|
||||
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -124,7 +124,6 @@ export default {
|
||||
portaitCheckStatus: {
|
||||
handler(newValue, oldValue) {
|
||||
this.portaitCheckStatus=newValue
|
||||
console.log(newValue, "portaitCheckStatus");
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user