mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 01:36:47 +08:00
fix:阶段id传递修改
This commit is contained in:
@@ -2916,11 +2916,12 @@ export default {
|
||||
state.valuestu2 = 0;
|
||||
} else {
|
||||
// 有阶段任务
|
||||
console.log(levelList.stageList)
|
||||
let arrStage = [];
|
||||
for (let i = 0; i < levelList.stageList.length; i++) {
|
||||
if (levelList.stageList[i].stageId !== "0") {
|
||||
if (levelList.stageList[i].id !== "0") {
|
||||
let obj = {
|
||||
value: levelList.stageList[i].stageId,
|
||||
value: levelList.stageList[i].id,
|
||||
label: levelList.stageList[i].name,
|
||||
};
|
||||
arrStage.push(obj);
|
||||
|
||||
Reference in New Issue
Block a user