首页点击图斑不显示详情问题修改
parent
22a7a915e5
commit
4eb8186428
|
|
@ -176,6 +176,7 @@
|
||||||
import { getConfig } from '@/api/sys/layerManagement';
|
import { getConfig } from '@/api/sys/layerManagement';
|
||||||
import { GetCaseInfoById } from '@/api/degraining/index';
|
import { GetCaseInfoById } from '@/api/degraining/index';
|
||||||
import { getInspectionAuditCaseInfoById } from '@/api/inspectionaudit/index';
|
import { getInspectionAuditCaseInfoById } from '@/api/inspectionaudit/index';
|
||||||
|
import { getInspectionAuditCaseInfoById as getFarmlandCaseInfoById } from '@/api/farmland/index';
|
||||||
import { getRedLineCaseInfoById } from '@/api/redlinesupervision/index';
|
import { getRedLineCaseInfoById } from '@/api/redlinesupervision/index';
|
||||||
import { getRepairCaseInfoById } from '@/api/shengtaixiufu/index';
|
import { getRepairCaseInfoById } from '@/api/shengtaixiufu/index';
|
||||||
import { getCaseInfoByIdtotal } from '@/api/keyproblem/keyissuesI/index';
|
import { getCaseInfoByIdtotal } from '@/api/keyproblem/keyissuesI/index';
|
||||||
|
|
@ -269,6 +270,11 @@ watchEffect(() => {
|
||||||
showInfoData.value = res;
|
showInfoData.value = res;
|
||||||
showInfoOpen.value = true;
|
showInfoOpen.value = true;
|
||||||
});
|
});
|
||||||
|
}else if(subject.value == '乱占耕地建房'){
|
||||||
|
getFarmlandCaseInfoById({ id: id }).then((res) => {
|
||||||
|
showInfoData.value = res;
|
||||||
|
showInfoOpen.value = true;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue