【修改】修改部门

This commit is contained in:
zhoulingpo
2023-05-16 19:08:01 +08:00
parent a03e268e33
commit c76a892a39
5 changed files with 68 additions and 67 deletions
@@ -310,8 +310,8 @@ export default {
const parts = []
const partsName = []
checkedList.map((item, index) => {
parts.push(item.orgCode)
partsName.push(item.orgName)
parts.push(item.id)
partsName.push(item.longName)
})
this.qcrList = checkedList