This commit is contained in:
parent
770abf1cc6
commit
cf9dd742cf
|
@ -216,7 +216,7 @@ import tnb from "./echarts_hygiene/tnb.vue";
|
|||
import gxy from "./echarts_hygiene/gxy.vue";
|
||||
import { ref, reactive, onMounted, onBeforeMount } from "vue";
|
||||
import http from "@/utils/request.js";
|
||||
const showEchart=ref(true)
|
||||
const showEchart=ref(false)
|
||||
const leftchoose = ref({
|
||||
first: "1",
|
||||
second: "1",
|
||||
|
|
|
@ -624,7 +624,7 @@ import qyfw2 from "../assets/images/sy/rzbms.png";
|
|||
import qyfw3 from "../assets/images/sy/shqys.png";
|
||||
import qyfw4 from "../assets/images/sy/dxje.png";
|
||||
//控制echart的显示
|
||||
const showEchart=ref(true)
|
||||
const showEchart=ref(false)
|
||||
// 详情弹框
|
||||
const dialogShow = ref(false);
|
||||
const dialogShowEc = ref(false);
|
||||
|
|
Loading…
Reference in New Issue