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