广汽传祺

This commit is contained in:
smallfawn
2023-11-22 15:55:10 +08:00
committed by GitHub
parent 6f05ebb507
commit c4e7669233

View File

@@ -558,7 +558,6 @@ class UserInfo {
if (result.errorCode == "0") { if (result.errorCode == "0") {
for (let i of result.body.rows) { for (let i of result.body.rows) {
if (i.isFinish == 1) { if (i.isFinish == 1) {
console.log(i.title)
this.powerList.push(i.taskId) this.powerList.push(i.taskId)
} }
} }