This commit is contained in:
闫晓茹 2024-08-21 09:45:43 +08:00
parent 0a91c3ae42
commit b5c3883c84

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="header" v-if="signPatientRecordld != ''"> <div class="header" v-if="signPatientRecordld != ''">
<div class="leftheader" > <div class="leftheader" >
<div class="dataall">数据总览</div> <div class="dataall" v-if="categorylist!=''">数据总览</div>
<div class="background" :style="!fold ? 'height:calc(100vh - 283px)':'height:calc(100vh - 399px)'"> <div class="background" :style="!fold ? 'height:calc(100vh - 283px)':'height:calc(100vh - 399px)'">
<el-timeline> <el-timeline>
<el-timeline-item <el-timeline-item
@ -268,6 +268,8 @@ export default {
if (newvalue) { if (newvalue) {
// console.log(newvalue, "newvalue"); // console.log(newvalue, "newvalue");
this.signPatientRecordld = newvalue; this.signPatientRecordld = newvalue;
console.log(this.signPatientRecordld, "this.signPatientRecordld");
this.info(); this.info();
} }
}, },