This commit is contained in:
cclu 2024-12-04 18:37:48 +08:00
parent 09c304fa7a
commit 9c8cc6bc71
4 changed files with 14 additions and 9 deletions

BIN
aiMap.zip

Binary file not shown.

View File

@ -662,6 +662,7 @@ const handleGetReq = (configDetail: any, answer?: any) => {
//
const handleAnalyzeConfig = async (configDetail: any, answer: any) => {
// configDetail answer
console.log("configDetail321321", configDetail);
let newReq: any = configDetail?.PARAM_TEMPLATE
? JSON.parse(configDetail?.PARAM_TEMPLATE)
@ -1392,7 +1393,7 @@ const handleAnswerQuestions = async () => {
if (configList && configList.length > 0) {
configDetail = configList[0];
}
console.log("configDetail", configDetail);
console.log("configDetail3232", configDetail);
//
if (configDetail) {
const tableData = await handleAnalyzeConfig(configDetail, data);
@ -1528,8 +1529,12 @@ const handleClickTab = async (value: number) => {
//
emit("handleHiddenSuspended");
selectTab.value = value;
if (selectTab.value === value) {
selectTab.value = 0;
return;
} else {
selectTab.value = value;
}
if (value === 0) return;
console.log("handleClickTab", props.currentServerPartDetail);
@ -2126,11 +2131,11 @@ defineExpose({
>
{{ "暂停巡检" }}
</div>
<img
<!-- <img
class="clearClick"
src="@/assets/ai/clearIcon.png"
@click="handleClickTab(0)"
/>
/> -->
</div>
<div v-if="item.isWarningSelect" class="firstClickTab">

View File

@ -56,7 +56,7 @@ let nowSelectId = ref<string>("");
// id
let allServerPartIdList = reactive<any>([]);
//
let showRightDetail = ref<boolean>(true);
let showRightDetail = ref<boolean>(false);
onMounted(async () => {
scene.value = new Scene({
@ -322,7 +322,7 @@ const handleClickPointLayer = async (detail: any) => {
let nowSelect: string = RightSearchBoxRef.value.selectFilterList;
await handleChangeMapShow(nowSelect);
//
showRightDetail.value = true;
// showRightDetail.value = true;
// //
// let selectTab: any = RobotDialogueBoxRef.value.selectTab;

View File

@ -1 +1 @@
{"root":["./src/main.ts","./src/shims-vue.d.ts","./src/vite-env.d.ts","./src/components/service.ts","./src/components/map/service.ts","./src/options/serveice.ts","./src/request/request.ts","./src/request/requestcode.ts","./src/request/requestconfig.ts","./src/router/index.ts","./src/stores/counter.ts","./src/app.vue","./src/components/robot.vue","./src/components/map/index.vue","./src/components/map/component/robotdialoguebox.vue","./src/components/map/component/rightsearchbox.vue"],"version":"5.6.3"}
{"root":["./src/main.ts","./src/shims-vue.d.ts","./src/vite-env.d.ts","./src/components/service.ts","./src/components/map/service.ts","./src/options/serveice.ts","./src/request/request.ts","./src/request/requestcode.ts","./src/request/requestconfig.ts","./src/router/index.ts","./src/stores/counter.ts","./src/app.vue","./src/components/robot.vue","./src/components/map/index.vue","./src/components/map/component/robotdialoguebox.vue","./src/components/map/component/rightdetail.vue","./src/components/map/component/rightsearchbox.vue"],"version":"5.6.3"}