席位管理
This commit is contained in:
@@ -249,11 +249,9 @@ export default {
|
|||||||
if (val) {
|
if (val) {
|
||||||
this.editInfo.managerTpUserName = val.name
|
this.editInfo.managerTpUserName = val.name
|
||||||
this.editInfo.wxUserId = val.wxUserId
|
this.editInfo.wxUserId = val.wxUserId
|
||||||
this.editInfo.managerTpwxid = val.id
|
|
||||||
} else {
|
} else {
|
||||||
this.editInfo.managerTpUserName = ''
|
this.editInfo.managerTpUserName = ''
|
||||||
this.editInfo.wxUserId = ''
|
this.editInfo.wxUserId = ''
|
||||||
this.editInfo.managerTpwxid = ''
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user