Commit 75f031e8 authored by liujiangnan's avatar liujiangnan

feat

parent 48461b5c
...@@ -144,7 +144,7 @@ export default class NewClass extends cc.Component { ...@@ -144,7 +144,7 @@ export default class NewClass extends cc.Component {
} }
if (reportType === 'ydjyz') { if (reportType === 'ydjyz') {
// 全都解锁(没有解锁逻辑) // 全都解锁(没有解锁逻辑)
unLocks = rows.map(item => item.id); 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