mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
广汽传祺
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user