Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_cp/dv_cp_wechat_app into dev
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user