mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix: 模板库没有阶段时默认查询阶段0的任务数据
This commit is contained in:
@@ -442,6 +442,7 @@ function changeStageIndex(index) {
|
||||
const getTask = async () => {
|
||||
await api.getDraftTask({projectId: route.query.projectId}).then((res) => {
|
||||
projectInfo.value = res.data.data
|
||||
console.log("获取任务列表:" + JSON.stringify(projectInfo.value) )
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user