Browse Source

修改null

haojianlong 4 years ago
parent
commit
e9b1972b97

+ 1 - 0
src/components/business_space/business/handsontable.vue

@@ -543,6 +543,7 @@ export default {
         }
         if (item[1] && item[3] == "" && param.data.Projection.indexOf(key) == -1) {
           param.data.Projection.push(key)
+          keyList.push(item[1])
         }
       })
       //生成对应修改数据

+ 1 - 0
src/components/ledger/handsontables/device.vue

@@ -902,6 +902,7 @@ export default {
           item[1] != "propertyId"
         ) {
           param.projection.push(key);
+          keyList.push(item[1])
         }
       });
       //生成对应修改数据

+ 1 - 0
src/components/ledger/handsontables/system.vue

@@ -532,6 +532,7 @@ export default {
         }
         if (item[1] && item[3] == "" && param.Projection.indexOf(key) == -1) {
           param.Projection.push(key);
+          keyList.push(item[1])
         }
       });
       //生成对应修改数据