|
@@ -233,17 +233,18 @@ export default {
|
|
},
|
|
},
|
|
draw_vector(sd) {
|
|
draw_vector(sd) {
|
|
if (sd.view) {
|
|
if (sd.view) {
|
|
- store.setViewerFlagb(false);
|
|
|
|
- store.setToolBarShow(false);
|
|
|
|
- store.setXzqh_flag(false);
|
|
|
|
- store.setCockpit_vector({
|
|
|
|
- title: "山水工程项目",
|
|
|
|
- word: "项目名称",
|
|
|
|
- mapType: "jsc_stxf_ssxf_layer",
|
|
|
|
- tableData: store.state.cockpit_stxf.ssgc.list,
|
|
|
|
- tablejscType: `jsc_stxf_ywlx_ssxfmx`,
|
|
|
|
- columns: ['项目名称', '治理面积(公顷)','投资金额(万元)', '区县编码', '区县编码名称', '治理时间', '治理进度', '备注'],
|
|
|
|
- });
|
|
|
|
|
|
+ this.$router.push({ path: '/LandscapeProject' });
|
|
|
|
+ // store.setViewerFlagb(false);
|
|
|
|
+ // store.setToolBarShow(false);
|
|
|
|
+ // store.setXzqh_flag(false);
|
|
|
|
+ // store.setCockpit_vector({
|
|
|
|
+ // title: "山水工程项目",
|
|
|
|
+ // word: "项目名称",
|
|
|
|
+ // mapType: "jsc_stxf_ssxf_layer",
|
|
|
|
+ // tableData: store.state.cockpit_stxf.ssgc.list,
|
|
|
|
+ // tablejscType: `jsc_stxf_ywlx_ssxfmx`,
|
|
|
|
+ // columns: ['项目名称', '治理面积(公顷)','投资金额(万元)', '区县编码', '区县编码名称', '治理时间', '治理进度', '备注'],
|
|
|
|
+ // });
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|