config_tools: try to fix dirty form data
try to fix dirty form data Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
47337f55f5
commit
8adf40293c
|
@ -76,6 +76,7 @@
|
|||
</div>
|
||||
<div class="p-4">
|
||||
<ConfigForm
|
||||
:key="(activeVMID===-1?'HV':`VM${activeVMID}`)+'ConfigForm'"
|
||||
:currentActiveVMID="activeVMID"
|
||||
:currentFormSchema="currentFormSchema"
|
||||
:currentFormData="currentFormData"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
are required fields
|
||||
</div>
|
||||
<VueForm
|
||||
:key="(currentActiveVMID===-1?'HV':`VM${currentActiveVMID}`)+currentFormMode+'ConfigForm'"
|
||||
v-model="currentFormData"
|
||||
:form-props="formProps"
|
||||
:ui-schema="uiSchema"
|
||||
|
|
Loading…
Reference in New Issue