Showing
1 changed file
with
1 additions
and
1 deletions
@@ -81,7 +81,7 @@ export default { | @@ -81,7 +81,7 @@ export default { | ||
81 | record(component, index, isInit) { | 81 | record(component, index, isInit) { |
82 | const reportData = _.get(component, '$options.propsData.value'); | 82 | const reportData = _.get(component, '$options.propsData.value'); |
83 | 83 | ||
84 | - // TODO 区分不通组件记录以楼层内item为单位、而不是以整个楼层为单位组织数据上报 | 84 | + // 区分不通组件记录以楼层内item为单位、而不是以整个楼层为单位组织数据上报 |
85 | let param; | 85 | let param; |
86 | if (reportData) { | 86 | if (reportData) { |
87 | switch (reportData.template_name) { | 87 | switch (reportData.template_name) { |
-
Please register or login to post a comment