mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
fix:模板库无阶段任务列表显示问题
This commit is contained in:
@@ -1023,7 +1023,7 @@ export default defineComponent({
|
|||||||
console.log("what ------ > ", i, data);
|
console.log("what ------ > ", i, data);
|
||||||
// if (data[i].taskTemplateList.length !== 0) {
|
// if (data[i].taskTemplateList.length !== 0) {
|
||||||
if (!data[i].name) {
|
if (!data[i].name) {
|
||||||
continue;
|
// continue;
|
||||||
}
|
}
|
||||||
state.taskSyllabus.push({
|
state.taskSyllabus.push({
|
||||||
text: data[i].name ? data[i].name : "无阶段任务",
|
text: data[i].name ? data[i].name : "无阶段任务",
|
||||||
|
|||||||
Reference in New Issue
Block a user