| src/views/securityMan/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/securityMan/index.vue
@@ -15,7 +15,7 @@ <el-button type="primary" @click="printBAInfo">打印</el-button> </div> </div> </template> </template> <script> import { @@ -676,7 +676,7 @@ }, ] } getUser(this.userInfo.Id).then(res => { getUser(this.userInfo.user_id).then(res => { this.form = res.data.data var d = { education1: res.data.data.education @@ -872,4 +872,4 @@ .PrintBut { margin-top: 15px; } </style> </style>