drawWay参数调整
This commit is contained in:
parent
9a342caad7
commit
54be69b2e6
@ -99,7 +99,7 @@ export default {
|
||||
this.loading = true;
|
||||
this.treeData = this.treeList = [];
|
||||
try {
|
||||
const res = await listMap({ drawWay:'0'});
|
||||
const res = await listMap({ drawWay:true});
|
||||
res.data && res.data.forEach(elem=>{
|
||||
elem.type = 'map';
|
||||
elem.children = [
|
||||
|
@ -134,7 +134,7 @@ export default {
|
||||
this.lineCodeList = response.data;
|
||||
});
|
||||
|
||||
const drawWay = 0;
|
||||
const drawWay = true;
|
||||
getMapListByProject(drawWay).then(response => {
|
||||
this.publishMapList = response.data;
|
||||
}).catch(() => {
|
||||
@ -146,7 +146,7 @@ export default {
|
||||
this.$refs['newForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
this.loading = true;
|
||||
this.newModel['drawWay'] = '0';
|
||||
this.newModel['drawWay'] = true;
|
||||
newMap(this.newModel).then(response => {
|
||||
this.loading = false;
|
||||
this.$emit('refresh');
|
||||
|
@ -143,7 +143,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'0'}).then(response => {
|
||||
listMap({ drawWay:true}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -152,7 +152,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'0'}).then(response => {
|
||||
listMap({ drawWay:true}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -162,7 +162,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'0'}).then(response => {
|
||||
listMap({ drawWay:true}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -245,7 +245,7 @@ export default {
|
||||
}
|
||||
},
|
||||
acquireMapList() {
|
||||
listMap({ drawWay:'0'}).then(response => {
|
||||
listMap({ drawWay:true}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -175,7 +175,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'0'}).then(response => {
|
||||
listMap({ drawWay:true}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -127,7 +127,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'0'}).then(response => {
|
||||
listMap({ drawWay:true}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -99,7 +99,7 @@ export default {
|
||||
this.loading = true;
|
||||
this.treeData = this.treeList = [];
|
||||
try {
|
||||
const res = await listMap({ drawWay:'1'});
|
||||
const res = await listMap({ drawWay:false});
|
||||
res.data && res.data.forEach(elem=>{
|
||||
elem.type = 'map';
|
||||
elem.children = [
|
||||
|
@ -135,7 +135,7 @@ export default {
|
||||
});
|
||||
|
||||
// 新地图
|
||||
const drawWay = 1;
|
||||
const drawWay = false;
|
||||
getMapListByProject(drawWay).then(response => {
|
||||
this.publishMapList = response.data;
|
||||
}).catch(() => {
|
||||
@ -147,7 +147,7 @@ export default {
|
||||
this.$refs['newForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
this.loading = true;
|
||||
this.newModel['drawWay'] = '1';
|
||||
this.newModel['drawWay'] = false;
|
||||
newMap(this.newModel).then(response => {
|
||||
this.loading = false;
|
||||
this.$emit('refresh');
|
||||
|
@ -143,7 +143,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'1'}).then(response => {
|
||||
listMap({ drawWay:false}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -152,7 +152,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'1'}).then(response => {
|
||||
listMap({ drawWay:false}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -162,7 +162,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'1'}).then(response => {
|
||||
listMap({ drawWay:false}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -263,7 +263,7 @@ export default {
|
||||
}
|
||||
},
|
||||
acquireMapList() {
|
||||
listMap({ drawWay:'1'}).then(response => {
|
||||
listMap({ drawWay:false}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -175,7 +175,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({drawWay: '1'}).then(response => {
|
||||
listMap({drawWay: false}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -127,7 +127,7 @@ export default {
|
||||
},
|
||||
acquireMapList() {
|
||||
// 地图名称列表
|
||||
listMap({ drawWay:'1'}).then(response => {
|
||||
listMap({ drawWay:false}).then(response => {
|
||||
this.mapList = response.data;
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user