Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
3f67cc5e08
|
@ -1701,7 +1701,7 @@ class Card extends Component {
|
|||
saveBillBefore = (url, modelIndex) => {
|
||||
//删除空白行
|
||||
let checkCardData = this.props.createMasterChildData(this.getPagecode(), this.formId, this.tableId);
|
||||
delBlankLine(this, this.tableId, this.billType, checkCardData, null);
|
||||
// delBlankLine(this, this.tableId, this.billType, checkCardData, null);
|
||||
|
||||
let result = this.props.validatePageToToast([
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue