Commit fb4616c2 authored by liujiangnan's avatar liujiangnan

fix

parent f2cf440d
...@@ -162,7 +162,8 @@ export default class NewClass extends cc.Component { ...@@ -162,7 +162,8 @@ export default class NewClass extends cc.Component {
unLocks = rows.map(item => `${item.id}`); unLocks = rows.map(item => `${item.id}`);
} }
if (reportType === 'qwqd') { if (reportType === 'qwqd') {
unLocks = this.getUnlockSyllabuses(); // 全都解锁(没有解锁逻辑)
unLocks = rows.map(item => `${item.id}`);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment