fix 80158
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user