Compare commits
2 Commits
f1aa1ad40d
...
9cc74217da
| Author | SHA1 | Date |
|---|---|---|
|
|
9cc74217da | |
|
|
9a98b02a44 |
|
|
@ -289,6 +289,10 @@
|
|||
resetFields();
|
||||
if (!disDetail) {
|
||||
if (props.flowFormData) {
|
||||
if(props.flowFormData.mapGeom){
|
||||
props.flowFormData.MapGeom = props.flowFormData.mapGeom;
|
||||
}
|
||||
console.log("flowFormDataAfter",props.flowFormData);
|
||||
setFieldsValue(props.flowFormData);
|
||||
}
|
||||
}
|
||||
|
|
@ -382,7 +386,8 @@
|
|||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
console.log("");
|
||||
emit("getFormSuccess")
|
||||
}
|
||||
const groupRef = ref();
|
||||
|
|
|
|||
|
|
@ -613,7 +613,6 @@
|
|||
drawing.value = false;
|
||||
}
|
||||
|
||||
|
||||
// 清空详情图层
|
||||
if(map.getSource("detailsSource")){
|
||||
map.getSource("detailsSource").setData({
|
||||
|
|
@ -639,6 +638,7 @@
|
|||
* [
|
||||
* {id:"8448048304dofhaofh0af0q4",geom:""}
|
||||
* ]
|
||||
*
|
||||
* */
|
||||
const handlerDraw = (status:string,features = null, bool = false) => {
|
||||
let geo = {
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ export const customComponents: IVFormComponent[] = [
|
|||
component: 'MapGeom',
|
||||
label: '图斑',
|
||||
icon: 'bi:box-arrow-in-up-left',
|
||||
field: 'MapGeom',
|
||||
field: 'mapGeom',
|
||||
colProps: { span: 24 },
|
||||
componentProps: {},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue