rev:工单导入/缓存线物料更新
This commit is contained in:
@@ -644,7 +644,7 @@ export default {
|
||||
// 默认选中
|
||||
const deptIds = []
|
||||
for (var index in row.depts) {
|
||||
deptIds.push(row.depts[index].dept_ud)
|
||||
deptIds.push(row.depts[index].dept_id)
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.$refs.deptUser.setCheckedKeys(deptIds)
|
||||
|
||||
Reference in New Issue
Block a user