修改
This commit is contained in:
parent
0a91c3ae42
commit
b5c3883c84
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="header" v-if="signPatientRecordld != ''">
|
||||
<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)'">
|
||||
<el-timeline>
|
||||
<el-timeline-item
|
||||
@ -268,6 +268,8 @@ export default {
|
||||
if (newvalue) {
|
||||
// console.log(newvalue, "newvalue");
|
||||
this.signPatientRecordld = newvalue;
|
||||
console.log(this.signPatientRecordld, "this.signPatientRecordld");
|
||||
|
||||
this.info();
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user