浏览代码

代码恢复遗漏

MaiXinRong 9 年之前
父节点
当前提交
b60920dcb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DataModules/BillsCompileDm.pas

+ 1 - 1
DataModules/BillsCompileDm.pas

@@ -226,7 +226,7 @@ procedure TBillsCompileData.sdvBillsCompileAfterValueChanged(
   end;
 
 var
-  stnNode: TBillsIDTreeNode;
+  vNode: TBillsIDTreeNode;
 begin
   vNode := TBillsIDTreeNode(BillsCompileTree.FindNode(AValue.Owner.ValueByName('ID').AsInteger));