config_tools: CAT is no longer unchecked when VCAT is unchecked

CAT is no longer unchecked when VCAT is unchecked

Tracked-On: #6691
Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
Weiyi Feng 2022-05-26 15:40:39 +08:00 committed by acrnsi-robot
parent dd80a91cba
commit f91b82fa5f

View File

@ -289,8 +289,8 @@ export default {
break;
case 'VCAT_ENABLED':
this.formDataProxy('SSRAM_ENABLED', 'n');
this.formDataProxy('RDT_ENABLED', data);
if (data === 'y') {
this.formDataProxy('RDT_ENABLED', 'y');
this.formDataProxy('CDP_ENABLED', 'n');
}
break;