mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
确定按钮数组移除
This commit is contained in:
@@ -665,7 +665,9 @@ const deleteStage = () => {
|
|||||||
deleteStageModal.value = false;
|
deleteStageModal.value = false;
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
projectInfo.value.stageList.splice(activeIndex.value, 1)
|
projectInfo.value.stageList.splice(activeIndex.value, 1);
|
||||||
|
activeIndex.value = activeIndex.value-1;
|
||||||
|
deleteStageModal.value = false;
|
||||||
};
|
};
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
document.getElementsByTagName("main")[0].style.background = "rgb(245, 247, 250,1)";
|
document.getElementsByTagName("main")[0].style.background = "rgb(245, 247, 250,1)";
|
||||||
|
|||||||
Reference in New Issue
Block a user