| | |
| | | import HxlhTable from "@/components/HxlhTable"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import { ref } from "vue"; |
| | | import { ElMessage } from "element-plus"; |
| | | // import { ElMessage } from "element-plus"; |
| | | const { proxy } = getCurrentInstance(); |
| | | |
| | | const processRouteList = ref([]); |
| | |
| | | const title = ref(""); |
| | | const daterangeIntegrationDay = ref([]); |
| | | //弹窗相关 |
| | | const height = ref(document.documentElement.clientHeight - 260 + "px;"); |
| | | const height = ref(document.documentElement.clientHeight - 230 + "px;"); |
| | | const isVisible = ref(false); |
| | | const isError = ref(false); |
| | | const planned = ref(true); |