编译处理。
This commit is contained in:
@@ -370,6 +370,13 @@ void FilterForm::ShowContextMenu(const QPoint& pos)
|
||||
|
||||
// 从表格中移除行
|
||||
tw_->removeRow(selectedItems[0]->row());
|
||||
|
||||
// 删除关联的还款记录
|
||||
if (!repaySqlOpr_->deleteRepayRecordByAccID(id)) {
|
||||
QMessageBox::warning(this, "错误", QString::fromStdString(repaySqlOpr_->GetLastErr()));
|
||||
return;
|
||||
}
|
||||
|
||||
CalcShow();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user