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