文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 67a1aa8f by 李景熙

pyc

parents 19fb04cd 0b027d0f
......@@ -1166,9 +1166,9 @@ export default {
var tmp = []
for (var i = 0 ; i < element.children.length; i ++) {
// console.log(this.canvasAllCheck[i])
if (this.canvasAllCheck[i] == 1 || this.canvasAllCheck[i] == 2) {
//if (this.canvasAllCheck[i] == 1 || this.canvasAllCheck[i] == 2) {
tmp.push(element.children[i])
}
//}
}
// console.log(element.children)
// console.log(tmp)
......
......@@ -956,7 +956,7 @@ export default {
// console.log(this.checkLayer)
var tmpLabel = []
for (var i = 0; i < this.layerData.length; i ++) {
if(this.checkLayer[i] == 2 || this.checkLayer[i] == 1)
//if(this.checkLayer[i] == 2 || this.checkLayer[i] == 1)
tmpLabel.push(this.layerData[i])
}
let outputLayerInfo = {
......@@ -967,7 +967,7 @@ export default {
// 拿出正确的地标信息
var tmpLandmark = []
for (var i = 0; i < this.landmarkData.length; i ++) {
if(this.checkLand[i] == 2 || this.checkLand[i] == 1)
//if(this.checkLand[i] == 2 || this.checkLand[i] == 1)
tmpLandmark.push(this.landmarkData[i])
}
let outputlandmarkInfo = {
......
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