master
parent
5e019d12c3
commit
e033d5a338
|
|
@ -1,11 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<ElDialog ref="endpointForm"
|
<ElDialog
|
||||||
v-model="showDialog"
|
v-model="showDialog"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
width="fit-content"
|
width="fit-content"
|
||||||
@close="dialogCloseHandler">
|
@close="dialogCloseHandler">
|
||||||
<ElForm :model="formData"
|
<ElForm :model="formData"
|
||||||
|
ref="endpointForm"
|
||||||
:rules="rules"
|
:rules="rules"
|
||||||
class="form-panel"
|
class="form-panel"
|
||||||
label-width="auto">
|
label-width="auto">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue