fix: mioitem form 取消无反应
This commit is contained in:
parent
b28a7c0403
commit
17218d6e60
|
@ -66,6 +66,7 @@
|
|||
>新增</el-button
|
||||
>
|
||||
</div>
|
||||
<div style="height: 8px"></div>
|
||||
<scTable
|
||||
ref="table"
|
||||
:apiObj="apiObj"
|
||||
|
|
|
@ -173,7 +173,7 @@
|
|||
<el-button type="primary" :loading="isSaveing" @click="submit">
|
||||
保存
|
||||
</el-button>
|
||||
<el-button @click="dialogVisible = false">取消</el-button>
|
||||
<el-button @click="visible = false">取消</el-button>
|
||||
</template>
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue