forked from huangdaju/cloud-ui
电子围栏
parent
05489f7737
commit
c986a4f6dd
|
@ -36,6 +36,7 @@
|
||||||
"url": "https://gitee.com/y_project/MuYu-Cloud.git"
|
"url": "https://gitee.com/y_project/MuYu-Cloud.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
||||||
"@riophae/vue-treeselect": "0.4.0",
|
"@riophae/vue-treeselect": "0.4.0",
|
||||||
"axios": "0.24.0",
|
"axios": "0.24.0",
|
||||||
"clipboard": "2.0.8",
|
"clipboard": "2.0.8",
|
||||||
|
|
|
@ -86,7 +86,7 @@ export default {
|
||||||
console.log(this.mapRequest.jwd)
|
console.log(this.mapRequest.jwd)
|
||||||
savePolygon(this.mapRequest).then(response => {
|
savePolygon(this.mapRequest).then(response => {
|
||||||
this.$modal.msgSuccess("保存成功");
|
this.$modal.msgSuccess("保存成功");
|
||||||
this.$router.push({path: '/business/fence'})
|
this.$router.push({path: '/etcfence/fence'})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue