--fix bug

This commit is contained in:
yuping
2023-03-30 00:05:12 +08:00
parent 74a8474eec
commit 991044074a
4 changed files with 65 additions and 112 deletions

View File

@@ -533,6 +533,7 @@ const showModal = () => {
};
const editModal = () => {
formValue.value = projectInfo.value.stageList[activeIndex.value]
formValue.value.edit = true
stage.value = true
};
@@ -542,7 +543,7 @@ function editStage() {
message.warning("请输入阶段名称!");
return
}
if(formValue.value.id){
if(formValue.value.edit){
stage.value = false
return
}