|  | @@ -12,7 +12,7 @@ public class FaLeaseContractOpPlugin extends AbstractFormPlugin {
 | 
											
												
													
														|  |      public void afterDoOperation(AfterDoOperationEventArgs args) {
 |  |      public void afterDoOperation(AfterDoOperationEventArgs args) {
 | 
											
												
													
														|  |          super.afterDoOperation(args);
 |  |          super.afterDoOperation(args);
 | 
											
												
													
														|  |          FormOperate formOperate = (FormOperate)args.getSource();
 |  |          FormOperate formOperate = (FormOperate)args.getSource();
 | 
											
												
													
														|  | -        if (StringUtils.equals("", formOperate.getOperateKey())
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (StringUtils.equals("submit", formOperate.getOperateKey())
 | 
											
												
													
														|  |                  && args.getOperationResult() != null
 |  |                  && args.getOperationResult() != null
 | 
											
												
													
														|  |                  && args.getOperationResult().isSuccess()){
 |  |                  && args.getOperationResult().isSuccess()){
 | 
											
												
													
														|  |              DynamicObject assetcat = (DynamicObject) this.getModel().getValue("assetcat");
 |  |              DynamicObject assetcat = (DynamicObject) this.getModel().getValue("assetcat");
 |