mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 16:56:46 +08:00
问题修复
This commit is contained in:
@@ -603,6 +603,7 @@ export default {
|
|||||||
props.ACertificateEdit ? "证书修改成功" : "证书添加成功"
|
props.ACertificateEdit ? "证书修改成功" : "证书添加成功"
|
||||||
);
|
);
|
||||||
props.getCertificate && props.getCertificate();
|
props.getCertificate && props.getCertificate();
|
||||||
|
closeDrawer();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user