fix 80158

This commit is contained in:
赵霄
2023-12-29 13:53:03 +08:00
parent 48734748a2
commit 6c3da2acb6
+1 -1
View File
@@ -283,7 +283,7 @@ export default {
} else {
arr[i] = true
}
} else if (this.dataSource[i][this.lineCanExpandField] !== this.lineCanExpandValue) {
} else if (this.lineCanExpandField && this.dataSource[i][this.lineCanExpandField] !== this.lineCanExpandValue) {
// 如果这行数据本身不需要填写
arr[i] = true
} else {