|
|
@ -92,7 +92,7 @@ |
|
|
|
async function handleSubmitForm(status: string) { |
|
|
|
async function handleSubmitForm(status: string) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
const formDesignApp: Recordable = microAppStore.getFormDesignApp(FORM_DESIGN_COMPONENTS.DESIGN), |
|
|
|
const formDesignApp: Recordable = microAppStore.getFormDesignApp(FORM_DESIGN_COMPONENTS.DESIGN), |
|
|
|
formRef: Recordable = formDesignApp.getFormDesignRef(); |
|
|
|
formRef: Recordable = formDesignApp.getRef().$refs['form-design']; |
|
|
|
state.form.json = formRef.getWidgetFormJson(); |
|
|
|
state.form.json = formRef.getWidgetFormJson(); |
|
|
|
state.form.status = status; |
|
|
|
state.form.status = status; |
|
|
|
state.form.isPrimary = '1'; |
|
|
|
state.form.isPrimary = '1'; |
|
|
|