| | |
| | | nextTick, |
| | | } from "vue"; |
| | | import menuTool from "@/assets/js/Map/menuTool"; |
| | | import config from "@/assets/js/Map/config"; |
| | | import config from "../../../public/config/config.js"; |
| | | import { User, Lock, Plus, Refresh, Location } from "@element-plus/icons-vue"; |
| | | import { |
| | | dataQuery_selectByPage, |
| | |
| | | if (!formEl) return; |
| | | formEl.validate((valid) => { |
| | | if (valid) { |
| | | console.log("submit!"); |
| | | |
| | | if (multipleSelection.value.length <= 0) { |
| | | ElMessage.error("请选择要下载的表"); |
| | | } else { |
| | | setDownLoadFrom(); |
| | | } |
| | | } else { |
| | | console.log("erro submit!"); |
| | | |
| | | return false; |
| | | } |
| | | }); |