|
|
@ -333,7 +333,7 @@ export default { |
|
|
|
this.editDataInfoForm.relationStyleId = row.relationStyleId; |
|
|
|
this.editDataInfoForm.relationStyleName = row.relationStyleName; |
|
|
|
this.extendTable = (row.extendData && JSON.parse(row.extendData)) || []; |
|
|
|
this.activeFields = row?.fields.map((item) => item.field) || []; |
|
|
|
this.activeFields = row?.fields?.map((item) => item.field) || []; |
|
|
|
this.dialogTitle = '编辑图层'; |
|
|
|
this.dialogFormVisible = true; |
|
|
|
}, |
|
|
|