mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
-- fix bug
This commit is contained in:
@@ -413,7 +413,7 @@ const showModal = () => {
|
||||
};
|
||||
function showEditModal(ele){
|
||||
formValue.value =ele;
|
||||
modal.value = false;
|
||||
modal.value = true;
|
||||
}
|
||||
const closeModal = () => {
|
||||
modal.value = false;
|
||||
|
||||
Reference in New Issue
Block a user