@@ -11,6 +11,7 @@
>
<el-form
ref="formRef"
+ v-loading="loading"
label-width="90px"
:model="form"
:rules="rules"
@@ -42,6 +43,7 @@
<template #footer>
<div class="flex justify-center items-center">
<el-button
+ :loading="loading"
type="primary"
size="small"
@click="checkForm(formRef)"
@@ -49,6 +51,7 @@
确定
</el-button>
type=""
@click="close"