rev:工单导入/缓存线物料更新

This commit is contained in:
zhangzhiqiang
2023-06-08 14:54:25 +08:00
parent 4d446905da
commit 2292512476
15 changed files with 90 additions and 437 deletions

View File

@@ -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)