mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
--fix bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user