mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 21:06:44 +08:00
-- fix bug
This commit is contained in:
@@ -408,7 +408,7 @@ watch(() => routerInfo.value.chapterList, () => {
|
||||
}, { deep: true });
|
||||
|
||||
const showModal = () => {
|
||||
formValue.value = {};
|
||||
formValue.value = {draftTaskList: []}
|
||||
modal.value = true;
|
||||
};
|
||||
function showEditModal(ele){
|
||||
|
||||
@@ -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