This commit is contained in:
2024-08-13 09:53:16 +08:00
parent b7f1e353a3
commit 69f3903b14

View File

@ -586,7 +586,7 @@ export default {
}
let queryparam = {
hospitalAgencyId: this.$route.query.hospitalAgencyId,
nodeType:'DEPARTMENT'
nodeType: 'DEPARTMENT'
}
selectUserDepartment(queryparam).then(res => {
this.departmentlist = res.data
@ -1303,11 +1303,10 @@ export default {
.questionitem {
padding-bottom: 1px;
border-radius: 5px;
margin: 40px auto;
background-color: #fff;
box-shadow: 0px 2px 4px 0px rgba(162, 162, 162, 0.5);
width: 100%;
margin: 20px auto;
width: 98%;
margin: 20px 0;
.combination {
border-radius: 5px;
@ -1450,6 +1449,7 @@ export default {
box-shadow: 0px 2px 4px 0px rgba(162, 162, 162, 0.5);
border-radius: 4px;
border: none;
width: 98%;
}
.addArea {
@ -1468,7 +1468,7 @@ export default {
}
.title-input {
width: 700px;
width: 98%;
height: 40px;
padding-left: 20px;
background: #FFFFFF;