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