fix(接口测试): 参数表格新增多余空行判定修复
This commit is contained in:
parent
ed115767c3
commit
b6d56982c4
|
@ -930,12 +930,11 @@
|
|||
});
|
||||
const { lastDataIsDefault } = filterKeyValParams(arr, defaultLineData.value, false);
|
||||
if (
|
||||
!lastDataIsDefault ||
|
||||
(hasNoIdItem &&
|
||||
!props.disabledExceptParam &&
|
||||
!props.disabledParamValue &&
|
||||
!lastDataIsDefault &&
|
||||
!props.isTreeTable)
|
||||
hasNoIdItem &&
|
||||
!props.disabledExceptParam &&
|
||||
!props.disabledParamValue &&
|
||||
!lastDataIsDefault &&
|
||||
!props.isTreeTable
|
||||
) {
|
||||
addTableLine(arr.length - 1, false, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue