【修改】修改部门
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user