This commit is contained in:
yanran200730
2022-01-07 14:41:27 +08:00

View File

@@ -114,9 +114,9 @@ export default {
girdName: this.selectUser.girdName, girdName: this.selectUser.girdName,
} }
if(this.selectUser.name) { //选择的网格员 if(this.selectUser.name) { //选择的网格员
this.params.girdId = this.selectUser.girdId params.girdId = this.selectUser.girdId
this.params.girdMemberId = this.selectUser.id params.girdMemberId = this.selectUser.id
this.params.girdMemberName = this.selectUser.name params.girdMemberName = this.selectUser.name
} }
} }
if(this.status == 2) { if(this.status == 2) {
@@ -156,6 +156,7 @@ export default {
.Transfer { .Transfer {
height: 100%; height: 100%;
.contents { .contents {
padding-bottom: 140px;
::v-deep .u-form { ::v-deep .u-form {
.u-form-item { .u-form-item {
padding: 0 45px !important; padding: 0 45px !important;