fix: Unable to add session variables after editing (#4008)
parent
aba254c907
commit
2de5b1ecf0
|
|
@ -44,7 +44,7 @@
|
||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click.prevent="dialogVisible = false"> {{ $t('common.cancel') }} </el-button>
|
<el-button @click.prevent="close"> {{ $t('common.cancel') }} </el-button>
|
||||||
<el-button type="primary" @click="submit(fieldFormRef)" :loading="loading">
|
<el-button type="primary" @click="submit(fieldFormRef)" :loading="loading">
|
||||||
{{ isEdit ? $t('common.save') : $t('common.add') }}
|
{{ isEdit ? $t('common.save') : $t('common.add') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue