mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
-- fix bug
This commit is contained in:
@@ -408,7 +408,7 @@ watch(() => routerInfo.value.chapterList, () => {
|
|||||||
}, { deep: true });
|
}, { deep: true });
|
||||||
|
|
||||||
const showModal = () => {
|
const showModal = () => {
|
||||||
formValue.value = {};
|
formValue.value = {draftTaskList: []}
|
||||||
modal.value = true;
|
modal.value = true;
|
||||||
};
|
};
|
||||||
function showEditModal(ele){
|
function showEditModal(ele){
|
||||||
|
|||||||
@@ -513,7 +513,7 @@ const closeModal = () => {
|
|||||||
};
|
};
|
||||||
//显示添加阶段弹窗
|
//显示添加阶段弹窗
|
||||||
const showModal = () => {
|
const showModal = () => {
|
||||||
formValue.value = {}
|
formValue.value = {taskDraftDtoList: []}
|
||||||
stage.value = true
|
stage.value = true
|
||||||
};
|
};
|
||||||
const editModal = () => {
|
const editModal = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user