@@ -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])
})
//生成对应修改数据
@@ -902,6 +902,7 @@ export default {
item[1] != "propertyId"
) {
param.projection.push(key);
});
@@ -532,6 +532,7 @@ export default {
if (item[1] && item[3] == "" && param.Projection.indexOf(key) == -1) {
param.Projection.push(key);