...
|
...
|
@@ -81,7 +81,7 @@ export default { |
|
|
record(component, index, isInit) {
|
|
|
const reportData = _.get(component, '$options.propsData.value');
|
|
|
|
|
|
// TODO 区分不通组件记录以楼层内item为单位、而不是以整个楼层为单位组织数据上报
|
|
|
// 区分不通组件记录以楼层内item为单位、而不是以整个楼层为单位组织数据上报
|
|
|
let param;
|
|
|
if (reportData) {
|
|
|
switch (reportData.template_name) {
|
...
|
...
|
|