席位管理

This commit is contained in:
liuye
2024-08-15 11:10:41 +08:00
parent daa79e7b1b
commit c3f46fcd50

View File

@@ -249,11 +249,9 @@ export default {
if (val) {
this.editInfo.managerTpUserName = val.name
this.editInfo.wxUserId = val.wxUserId
this.editInfo.managerTpwxid = val.id
} else {
this.editInfo.managerTpUserName = ''
this.editInfo.wxUserId = ''
this.editInfo.managerTpwxid = ''
}
},
},