Commit 3f2982a0 authored by 黄卓's avatar 黄卓

储位区域空判断

parent 1b7b820c
......@@ -107,7 +107,7 @@ export default {
const area = r.data
area.forEach(e => {
// 仓库
e.children.forEach(f => {
e.children?.forEach(f => {
// 区域
f.selected = false
if(f.positionList) f.positionList.forEach(g => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment