|  | @@ -465,7 +465,7 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      onSubmit() {
 | 
	
		
			
				|  |  |        this.$refs.form.validate(async (isValidate) => {
 | 
	
		
			
				|  |  | -        this.form.isLock = this.form.isLock ? 1 : 0;
 | 
	
		
			
				|  |  | +        this.form.isLock = this.form.isLock ? 0 : 1;
 | 
	
		
			
				|  |  |          this.form.cashAddingRoomRemoteControl = this.form
 | 
	
		
			
				|  |  |            .cashAddingRoomRemoteControl
 | 
	
		
			
				|  |  |            ? 1
 |