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