This commit is contained in:
duanxiaohai 2024-07-02 13:07:12 +08:00
parent 770abf1cc6
commit cf9dd742cf
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ import tnb from "./echarts_hygiene/tnb.vue";
import gxy from "./echarts_hygiene/gxy.vue"; import gxy from "./echarts_hygiene/gxy.vue";
import { ref, reactive, onMounted, onBeforeMount } from "vue"; import { ref, reactive, onMounted, onBeforeMount } from "vue";
import http from "@/utils/request.js"; import http from "@/utils/request.js";
const showEchart=ref(true) const showEchart=ref(false)
const leftchoose = ref({ const leftchoose = ref({
first: "1", first: "1",
second: "1", second: "1",

View File

@ -624,7 +624,7 @@ import qyfw2 from "../assets/images/sy/rzbms.png";
import qyfw3 from "../assets/images/sy/shqys.png"; import qyfw3 from "../assets/images/sy/shqys.png";
import qyfw4 from "../assets/images/sy/dxje.png"; import qyfw4 from "../assets/images/sy/dxje.png";
//echart //echart
const showEchart=ref(true) const showEchart=ref(false)
// //
const dialogShow = ref(false); const dialogShow = ref(false);
const dialogShowEc = ref(false); const dialogShowEc = ref(false);