✌️
This commit is contained in:
		
							parent
							
								
									c5c40a73b7
								
							
						
					
					
						commit
						71bbef69c7
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -165,9 +165,11 @@ let options_driveCapacityMb_value = $ref(role?.options?.driveCapacityMb?.value ? | ||||||
| let options_antennaLimit_useDefault = $ref(role?.options?.antennaLimit?.useDefault ?? true); | let options_antennaLimit_useDefault = $ref(role?.options?.antennaLimit?.useDefault ?? true); | ||||||
| let options_antennaLimit_value = $ref(role?.options?.antennaLimit?.value ?? 0); | let options_antennaLimit_value = $ref(role?.options?.antennaLimit?.value ?? 0); | ||||||
| 
 | 
 | ||||||
| watch($$(condFormula), () => { | if (_DEV_) { | ||||||
| 	console.log(condFormula); | 	watch($$(condFormula), () => { | ||||||
| }, { deep: true }); | 		console.log(JSON.parse(JSON.stringify(condFormula))); | ||||||
|  | 	}, { deep: true }); | ||||||
|  | } | ||||||
| 
 | 
 | ||||||
| function getOptions() { | function getOptions() { | ||||||
| 	return { | 	return { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue