Sfoglia il codice sorgente

代码恢复遗漏

MaiXinRong 9 anni fa
parent
commit
b60920dcb9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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));