|
|
|
|
@ -273,7 +273,7 @@
|
|
|
|
|
</a-descriptions>
|
|
|
|
|
</a-tab-pane>
|
|
|
|
|
</a-tabs>
|
|
|
|
|
<div style="height: 40px;" v-if="props.selectImportent">
|
|
|
|
|
<div style="height: 40px;display: flex;align-items: center;" v-if="props.selectImportent">
|
|
|
|
|
<a-button type="primary" @click="changeImportent()">重要线索</a-button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -304,7 +304,7 @@
|
|
|
|
|
import Icon from '@/components/Icon/Icon.vue';
|
|
|
|
|
import { getAppEnvConfig } from '@/utils/env';
|
|
|
|
|
import { asyncGetOptions } from '@/utils/global';
|
|
|
|
|
import { getCaseInfoById } from '@/api/minerals/index';
|
|
|
|
|
import { MineralsNewGetCaseInfoById } from '@/api/illegalmining/index';
|
|
|
|
|
import { AddImportantXianSuo } from '@/api/illegalmining/index'
|
|
|
|
|
|
|
|
|
|
const { createMessage } = useMessage();
|
|
|
|
|
@ -312,13 +312,13 @@
|
|
|
|
|
|
|
|
|
|
const MapboxComponent = ref();
|
|
|
|
|
const mapConfig = ref({});
|
|
|
|
|
const props = defineProps(['id', 'hiddenInfoMap','selectImportent']);
|
|
|
|
|
const props = defineProps(['id', 'hiddenInfoMap','selectImportent','showInfoData']);
|
|
|
|
|
const activeKey = ref('1');
|
|
|
|
|
|
|
|
|
|
const geomsList = ref();
|
|
|
|
|
const caseInfo: any = ref({});
|
|
|
|
|
function getCaseInfo() {
|
|
|
|
|
getCaseInfoById({ id: props.id }).then((res) => {
|
|
|
|
|
MineralsNewGetCaseInfoById({ id: props.showInfoData.id }).then((res) => {
|
|
|
|
|
caseInfo.value = res;
|
|
|
|
|
getConfig({ code: 'mapsetting' }).then((res) => {
|
|
|
|
|
mapConfig.value = JSON.parse(res.codeValue);
|
|
|
|
|
|