|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <Dialog custom-show type="xl" title="任务跟踪列表" hide-footer @close="closeDialog">
|
|
|
+ <Dialog :hide-title="false" custom-show type="xl" title="任务跟踪列表" hide-footer @close="closeDialog">
|
|
|
<transition name="fade">
|
|
|
<div v-show="showSearch" class="mb-[20px]">
|
|
|
<el-form ref="queryFormRef" :model="queryParams">
|
|
@@ -96,6 +96,7 @@ import { ref, reactive } from 'vue';
|
|
|
import { selectTask } from '@/api/emergencyCommandMap/JointDuty';
|
|
|
import RenWuGengXin from '@/views/emergencyCommandMap/RightSection/RenWuGengXin.vue';
|
|
|
|
|
|
+const showSearch = ref(false);
|
|
|
const taskList = ref([]);
|
|
|
const total = ref(0);
|
|
|
const queryParams = reactive({
|