mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
-- fix bug
This commit is contained in:
@@ -513,7 +513,7 @@ const closeModal = () => {
|
||||
};
|
||||
//显示添加阶段弹窗
|
||||
const showModal = () => {
|
||||
formValue.value = {}
|
||||
formValue.value = {taskDraftDtoList: []}
|
||||
stage.value = true
|
||||
};
|
||||
const editModal = () => {
|
||||
|
||||
Reference in New Issue
Block a user