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