diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 0611228..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/view/echarts_infabt/eP4.vue b/src/view/echarts_infabt/eP4.vue index 40fa4c5..d68db64 100644 --- a/src/view/echarts_infabt/eP4.vue +++ b/src/view/echarts_infabt/eP4.vue @@ -247,7 +247,7 @@ onBeforeMount(() => { // data.cxffrc.push((item.cxffrc / 10000).toFixed(0)); // data.bg.push(""); // }); - console.log(data.zgffrc, data.cxffrc); + // console.log(data.zgffrc, data.cxffrc); getOption(); setChart(); }, 600); diff --git a/src/view/person/rwTable.vue b/src/view/person/rwTable.vue index 538d5aa..d33117f 100644 --- a/src/view/person/rwTable.vue +++ b/src/view/person/rwTable.vue @@ -278,7 +278,7 @@ const throttle = (func, limit) => { }; const searchT = (val) => { - console.log(val); + // console.log(val); if (val == "name") { getRegisteredDB(); } else { @@ -392,7 +392,6 @@ onMounted(() => { // data.tableData = JSON.parse(routers.query.personDetails); data.xh = routers.query.xh; data.bm = routers.query.bm; - console.log(11, data.tableData); personDetails(); }); diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue index b522df7..609fec1 100644 --- a/src/view/sy_details.vue +++ b/src/view/sy_details.vue @@ -410,7 +410,6 @@ const handlePagination1 = (current) => { getTable(pagination1); }; const handlePagination2 = (current) => { - console.log("页数", current); pagination2.currentPage = current; getTable(pagination2); }; diff --git a/src/view/table_gk/gk_infant.vue b/src/view/table_gk/gk_infant.vue index 2afa555..a39b61b 100644 --- a/src/view/table_gk/gk_infant.vue +++ b/src/view/table_gk/gk_infant.vue @@ -153,7 +153,6 @@ const showEchart = ref(false); const getData = async () => { await http.get("/api/ggfwyth/yysyOverview").then((res) => { if (res.code == 200) { - console.log(res.data); data.csrs = res.data.csrs; data.yynbl = res.data.yynbl;