mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 19:06:39 +08:00
解决查看更新日志的 modal 对话框点击右上角的叉不能关闭的问题
This commit is contained in:
parent
47dd346f14
commit
e1f5b5ca12
@ -6,7 +6,7 @@
|
|||||||
* @Copyright 1024创新实验室
|
* @Copyright 1024创新实验室
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<a-modal title="更新日志" width="700px" :open="visibleFlag" @close="onClose" >
|
<a-modal title="更新日志" width="700px" :open="visibleFlag" @cancel="onClose" >
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<pre>{{ content }}</pre>
|
<pre>{{ content }}</pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user